c j
  Home FAQ Contact Sign in
Search only in:
gnu.emacs.help
 
Advanced search
MATCHING GROUPS



more...
Group Profile...
POPULAR GROUPS

more...

found 45412 articles for 0.116 sec
"¤¤°ê«C¦~¤£¤Ï¦@±Ï°ê¹Î"±j¦û»OÆW°ê¤g»P¥Áª§§Q     

Author: ¿½­¦
Date: Dec 18, 2007 02:56

...F¦P§Ó±`»¡¡u¿ïÁ|´Á¶¡¨S¦³ªk«ß°²´Á¡v¡C ¡@¡@§d§B¶¯µ¥°ê¥ÁÄÒ¤H¬Æ¦Ü±`¦b¿ïÁ|«e¨Ï¥....com/eugeniecat/archives/3509129.html ´C§Ü Blog Å]­ô http://spieler.tw-blog....=1512&ctNode=68&mp=1 ¤¤°ê«C¦~¤Ï¦@±Ï°ê¹Î¦¨¥ß¤j·|Á¿µü(½±¤¶¥Û1952¦~10¤ë31¤é¥Í¤éºtÁ¿)...1952¦~3¤ë29¤é®Ñ­±«Å§i¦¨¥ß¡u¤¤°ê«C¦~¤Ï¦@±Ï°ê¹Î¡v) http://chungcheng.org.tw/...¶Oªº¶µ¥Ø¡A¦¨¥ß¦UºØ¬¡°Ê¨Óª§¨ú¿¤¥«¬F©²ªº°]¤O¤ä´© ¡C´H´»°²¿ìªº¬¡°ÊµL¼Æ¡A³\¦h¤]¬O±Ï°ê¹Î¸...
Show full article (8.12Kb)
§¤¤ë¤l°ü¤k¡A¨C¤Ñ­Y­¹¥Î¤C¦Ê¤½§J¦³½G¦×ºëªº½ÞµÇ´N´X¥G¤w¹F¦MÀI¼Ð·Ç¡C     

Author: e412754
Date: Aug 20, 2007 09:37

...A¡u¥i¯à½Ã¥Í¸pºâ¿ù¤F¡v¡A¤£µM´N¬O¥H¡u¤¤¬r­P¦ºªº¾¯¶q°µ¬°¼Ð·Ç¡v¡C ¥L»¡¡A®Ú¾Ú¬ü°ê­¹«~º[ÃĪ«ºÞ²z§½©Ò­q¼Ð·Ç¡A¨C¤H¨C¤ÑÄá¨ú½G¦×ºë´Ý¾l¾¯¶q¬°¤@ÂI¤G¤­·L§J¡A¥H¤­¤Q¤½¤çÅé­«¦¨¤H­pºâ¡Aµ¥©ó³Ì°ª¾¯¶q¬°¤»¤Q¤GÂI¤­·L§J¡C¦]¦¹¡A­Y¥H½ÞµÇ´Ý¯d¤¹³\¶q¬°¤E¤Qppb¡Aµ¥©ó¨C¤H¨C¤Ñ­Y­¹¥Î¤C¦Ê¤½§Jªº½ÞµÇ´NÄݶW¶q¡A¡u³o¼Ð·Ç¹ï¨C­Ó§¤¤ë¤lªº²£°ü¨Ó»¡¡A´X¥G¤w¹F¦MÀI¼Ð·Ç¤F¡v¡C
Show full article (0.68Kb)
Re: How to rebind keys "C-j" to join-line     

Author: Kevin Rodgers
Date: Aug 7, 2007 21:46

Alex Wei wrote: Hi Thanks for your reply, I don't have .emacs.elc in my home direcory, I am using the emacs-22.1. There's only one .emacs there, not sure why I can't rebind the C-j key to join-line. What does `C-h v initial-major-mode' say? What major mode do you do most of your editing in? -- Kevin Rodgers Denver, Colorado, USA
Show full article (0.36Kb)
Re: How to rebind keys "C-j" to join-line -- SOLVED!     

Author: Alex Wei
Date: Aug 7, 2007 19:27

...-indent) (local-set-key (kbd "C-.") 'set-mark-command) Why not ...-SPC)? (local-set-key (kbd "C--") 'kill-whole-line) the same ... Emacs. (local-set-key (kbd "C-o") 'open-newline) What is ... RET? (local-set-key (kbd "C-j") 'join-line) As I ... same as  C-a C-k C-k, kill whole... restricting yourself to M-- and C-u- for negativeprefix arguments.>&nbsp...
Show full article (6.33Kb)
Re: How to rebind keys "C-j" to join-line -- SOLVED!     

Author: Alex Wei
Date: Aug 7, 2007 01:03

...-indent) (local-set-key (kbd "C-.") 'set-mark-command) (local-set-...-line) (local-set-key (kbd "C-=") 'copy-whole-line) (local-set-...-newline) (local-set-key (kbd "C-j") 'join-line) ) (add-hook ... type (local-set-key (kbd "C-j") 'join-line) and then ...nbsp; (local-set-key (kbd "C-.") 'set-mark-command)  (local...nbsp; (local-set-key (kbd "C-=") 'copy-whole-line)  (local...
Show full article (3.70Kb)
Re: How to rebind keys "C-j" to join-line     

Author: Alex Wei
Date: Aug 6, 2007 19:25

...: Re: How to rebind keys "C-j" to join-line "Alex ... don't need the original C-j keybinding, the "M-^" needs ... type (local-set-key (kbd "C-j") 'join-line) and then ...-key works by issueing C-x C-e after Emacs started.... Re: How to rebind keys "C-j" to join-line "Alex ... don't need the original C-j keybinding, the "M-^" needs ...  (local-set-key (kbd "C-j") 'join-line)  ...
Show full article (2.45Kb)
Re: How to rebind keys "C-j" to join-line     

Author: Alex Wei
Date: Aug 6, 2007 19:15

... why I can't rebind the C-j key to join-line. Alex...Subject: Re: How to rebind keys "C-j" to join-line "Alex Wei" <swei@arrayinc.com> wrote: After opening ... I type (local-set-key (kbd "C-j") 'join-line) and then Cx ... why I can't rebind the C-j key to join-line. ...: Re: How to rebind keys "C-j" to join-line "Alex Wei...I type (local-set-key (kbd "C-j") 'join-line)> and then Cx...
Show full article (1.47Kb)
Re: How to rebind keys "C-j" to join-line     

Author: Dieter Wilhelm
Date: Aug 6, 2007 14:00

...com> writes: Thanks H. Dieter Wilhelm I don't need the original C-j keybinding, the "M-^" needs to press 3 keys..., pressed at the same time ;-) same time, so I want to rebind the C-j to join-line. I am just wondering ...hook. After opening the Emacs, I type (local-set-key (kbd "C-j") 'join-line) and then Cx Ce, It works!! Have you tried (global-set...
Show full article (0.67Kb)
Re: How to rebind keys "C-j" to join-line     

Author: Nikolaj Schumacher
Date: Aug 6, 2007 07:37

"Alex Wei" <swei@arrayinc.com> wrote: After opening the Emacs, I type (local-set-key (kbd "C-j") 'join-line) and then Cx Ce, It works!! But it dosen't work at .emacs, Does adding anything else work? Maybe you have an old .emacs.elc in the directory that gets loaded first? regards, Nikolaj Schumacher
Show full article (0.32Kb)
Re: How to rebind keys "C-j" to join-line     

Author: Alex Wei
Date: Aug 5, 2007 19:17

...I don't need the original C-j keybinding, the "M-^" needs to...I type (local-set-key (kbd "C-j") 'join-line) and then Cx... Re: How to rebind keys "C-j" to join-line "Alex ... can I rebind the key "C-j" to join-line ? May ... don't need the original C-j keybinding, the "M-^" needs ...&nbsp; (local-set-key (kbd "C-j") 'join-line)&nbsp; and ... Re: How to rebind keys "C-j" to join-line "Alex ...
Show full article (2.02Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next