all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* where is  my emacs  configure  file ?
@ 2012-09-17 10:01 horse_rivers
  2012-09-17 12:48 ` Óscar Fuentes
  2012-09-17 13:08 ` where is my emacs configure file ? Pascal J. Bourguignon
  0 siblings, 2 replies; 10+ messages in thread
From: horse_rivers @ 2012-09-17 10:01 UTC (permalink / raw)
  To: help-gnu-emacs

hi,,

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

  is there some advices?

thanks!



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where is  my emacs  configure  file ?
  2012-09-17 10:01 where is my emacs configure file ? horse_rivers
@ 2012-09-17 12:48 ` Óscar Fuentes
  2012-09-18  5:45   ` horse_rivers
  2012-09-17 13:08 ` where is my emacs configure file ? Pascal J. Bourguignon
  1 sibling, 1 reply; 10+ messages in thread
From: Óscar Fuentes @ 2012-09-17 12:48 UTC (permalink / raw)
  To: horse_rivers; +Cc: help-gnu-emacs

horse_rivers  <horse_rivers@126.com> writes:

>   I  have installed  emacs  by source file , but  I  can not find  its
> config file  at ~/  directory .
>
>   is there some advices?

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.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where is  my emacs  configure  file ?
  2012-09-17 10:01 where is my emacs configure file ? horse_rivers
  2012-09-17 12:48 ` Óscar Fuentes
@ 2012-09-17 13:08 ` Pascal J. Bourguignon
  1 sibling, 0 replies; 10+ messages in thread
From: Pascal J. Bourguignon @ 2012-09-17 13:08 UTC (permalink / raw)
  To: help-gnu-emacs

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 {}.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re:Re: where is  my emacs  configure  file ?
  2012-09-17 12:48 ` Óscar Fuentes
@ 2012-09-18  5:45   ` horse_rivers
  2012-09-18  5:46     ` horse_rivers
  2012-09-18  6:27     ` Tassilo Horn
  0 siblings, 2 replies; 10+ messages in thread
From: horse_rivers @ 2012-09-18  5:45 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]





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!  



At 2012-09-17 20:48:47,"Óscar Fuentes" <ofv@wanadoo.es> wrote:
>horse_rivers  <horse_rivers@126.com> writes:
>
>>   I  have installed  emacs  by source file , but  I  can not find  its
>> config file  at ~/  directory .
>>
>>   is there some advices?
>
>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.

[-- Attachment #2: Type: text/html, Size: 1814 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re:Re:Re: where is  my emacs  configure  file ?
  2012-09-18  5:45   ` horse_rivers
@ 2012-09-18  5:46     ` horse_rivers
  2012-09-18  6:27     ` Tassilo Horn
  1 sibling, 0 replies; 10+ messages in thread
From: horse_rivers @ 2012-09-18  5:46 UTC (permalink / raw)
  To: horse_rivers; +Cc: help-gnu-emacs

At 2012-09-18 13:45:06,horse_rivers <horse_rivers@126.com> wrote:

 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!  


At 2012-09-17 20:48:47,"Óscar Fuentes" <ofv@wanadoo.es> wrote:
>horse_rivers  <horse_rivers@126.com> writes:
>
>>   I  have installed  emacs  by source file , but  I  can not find  its
>> config file  at ~/  directory .
>>
>>   is there some advices?
>
>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.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where is  my emacs  configure  file ?
  2012-09-18  5:45   ` horse_rivers
  2012-09-18  5:46     ` horse_rivers
@ 2012-09-18  6:27     ` Tassilo Horn
  2012-09-18  9:25       ` use gdb with separate-io-buffer horse_rivers
  1 sibling, 1 reply; 10+ messages in thread
From: Tassilo Horn @ 2012-09-18  6:27 UTC (permalink / raw)
  To: help-gnu-emacs

horse_rivers  <horse_rivers@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




^ permalink raw reply	[flat|nested] 10+ messages in thread

* use gdb  with  separate-io-buffer
  2012-09-18  6:27     ` Tassilo Horn
@ 2012-09-18  9:25       ` horse_rivers
  2012-09-18 10:26         ` horse_rivers
  0 siblings, 1 reply; 10+ messages in thread
From: horse_rivers @ 2012-09-18  9:25 UTC (permalink / raw)
  To: help-gnu-emacs

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!



At 2012-09-18 14:27:18,"Tassilo Horn" <tsdh@gnu.org> wrote:
>horse_rivers  <horse_rivers@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
>
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re:use gdb  with  separate-io-buffer
  2012-09-18  9:25       ` use gdb with separate-io-buffer horse_rivers
@ 2012-09-18 10:26         ` horse_rivers
  2012-09-19  1:07           ` horse_rivers
  0 siblings, 1 reply; 10+ messages in thread
From: horse_rivers @ 2012-09-18 10:26 UTC (permalink / raw)
  To: help-gnu-emacs


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



在 2012-09-18 17:25:41,horse_rivers <horse_rivers@126.com> 写道:
>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!
>
>
>
>At 2012-09-18 14:27:18,"Tassilo Horn" <tsdh@gnu.org> wrote:
>>horse_rivers  <horse_rivers@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
>>
>>
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re:Re:use gdb  with  separate-io-buffer
  2012-09-18 10:26         ` horse_rivers
@ 2012-09-19  1:07           ` horse_rivers
  2012-09-19  5:06             ` how to set gdb in " gdb-use-separate-io-buffer " mode? horse_rivers
  0 siblings, 1 reply; 10+ messages in thread
From: horse_rivers @ 2012-09-19  1:07 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1525 bytes --]


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


thanks!




At 2012-09-18 18:26:54,horse_rivers <horse_rivers@126.com> wrote:
>
>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
>
>
>
>在 2012-09-18 17:25:41,horse_rivers <horse_rivers@126.com> 写道:
>>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!
>>
>>
>>
>>At 2012-09-18 14:27:18,"Tassilo Horn" <tsdh@gnu.org> wrote:
>>>horse_rivers  <horse_rivers@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
>>>
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 3440 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* how  to  set   gdb   in   "  gdb-use-separate-io-buffer "  mode?
  2012-09-19  1:07           ` horse_rivers
@ 2012-09-19  5:06             ` horse_rivers
  0 siblings, 0 replies; 10+ messages in thread
From: horse_rivers @ 2012-09-19  5:06 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-09-19  5:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 10:01 where is my emacs configure file ? horse_rivers
2012-09-17 12:48 ` Óscar Fuentes
2012-09-18  5:45   ` horse_rivers
2012-09-18  5:46     ` horse_rivers
2012-09-18  6:27     ` Tassilo Horn
2012-09-18  9:25       ` use gdb with separate-io-buffer horse_rivers
2012-09-18 10:26         ` horse_rivers
2012-09-19  1:07           ` horse_rivers
2012-09-19  5:06             ` how to set gdb in " gdb-use-separate-io-buffer " mode? horse_rivers
2012-09-17 13:08 ` where is my emacs configure file ? Pascal J. Bourguignon

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.