Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

where is my emacs configure file ?

43 views
Skip to first unread message

horse_rivers

unread,
Sep 17, 2012, 6:01:03 AM9/17/12
to help-gn...@gnu.org
hi,,

  I  have installed  emacs  by source file , but  I  can not find  its config file  at ~/  directory .

  is there some advices?

thanks!

Óscar Fuentes

unread,
Sep 17, 2012, 8:48:47 AM9/17/12
to horse_rivers, help-gn...@gnu.org
Emacs does not automatically create the .emacs config file (*). It is
not required for running Emacs. If you wish to configure Emacs, just
create the config file yourself.

* There are operations on Emacs, such as permanent customization changes
with M-x customize, that might create the .emacs file if it doesn't
exists.

Pascal J. Bourguignon

unread,
Sep 17, 2012, 9:08:46 AM9/17/12
to help-gn...@gnu.org
Just type:

C-x C-f ~/.emacs RET
;; My emacs config file. RET
C-x C-s

--
__Pascal Bourguignon__ http://www.informatimago.com/
A bad day in () is better than a good day in {}.


horse_rivers

unread,
Sep 18, 2012, 1:45:06 AM9/18/12
to help-gn...@gnu.org




thanks! 
I  understand that!

I have created  this  configure  file .
 now,  can  I   modify  some default  key-bindings  for emacs  by  edit  them in this  file ?   if  this  can  not  work ,  how  can  I  do that ?

Best Regards!  

horse_rivers

unread,
Sep 18, 2012, 1:46:27 AM9/18/12
to horse_rivers, help-gn...@gnu.org

Tassilo Horn

unread,
Sep 18, 2012, 2:27:18 AM9/18/12
to help-gn...@gnu.org
horse_rivers <horse_...@126.com> writes:

> I have created this configure file . now, can I modify some default
> key-bindings for emacs by edit them in this file ?

Yes, you can. That's documented in the manual that ships with emacs.

,----[ (info "(emacs)Init Rebinding") ]
| If you have a set of key bindings that you like to use all the time,
| you can specify them in your initialization file by writing Lisp code.
`----

To read this manual section, place point (the cursor in emacs parlance)
directly after the closing paren following the ...Rebinding" and hit
`C-x C-e', that is, press Control and x, then release, then Control and
e.

Bye,
Tassilo


horse_rivers

unread,
Sep 18, 2012, 5:25:41 AM9/18/12
to help-gn...@gnu.org
hi:       

  when  I  debug  with  gdb  ,  the  io  buffer  is alwayes   appear  to  the  screen ,  I want  to  use it  with  gud's buffer  

 so  I  add   "  gdb-use-separate-io-buffer "  to  ~/.emacs  file


but  that  windows  has  not been  disabled so  what is the reason ?  


thanks!

horse_rivers

unread,
Sep 18, 2012, 6:26:54 AM9/18/12
to help-gn...@gnu.org

I find   for  my emacs  ,   this feature  is not  controlled  by   gdb-use-separate-io-buffer 

but I  don't  know  the  right  element  which  is  used  for  this  feature

horse_rivers

unread,
Sep 18, 2012, 9:07:36 PM9/18/12
to help-gn...@gnu.org

hi,
 how  to  set   gdb   in   "  gdb-use-separate-io-buffer "  mode?

thanks!

horse_rivers

unread,
Sep 19, 2012, 1:06:30 AM9/19/12
to help-gn...@gnu.org
0 new messages