|
|
 |
| found 478 articles for 0.002 sec |
  |
Group: gnu.emacs.help · Group Profile · Search for Keybinds in gnu.emacs.help
Author: Xah
Date: Sep 15, 2008 02:59
This seems to be a bug. i'm trying to set keybindings for both Ctrl+n and Ctrl+Shift+n, by: (global-set-key (kbd "C-N") 'f1) (global-set-key (kbd "C-n") 'f2) however, that doesn't work. Emacs will take both Ctrl+Shift+n and Ctrl+Shift+n to be whichever is evaluated last. In this case, f2. But the following works: (global-set-key (kbd "C-S-n") 'f1) (global-set-key (kbd "C-n") 'f2...
|
| Show full article (0.59Kb) |
Group: gnu.emacs.help · Group Profile · Search for Keybinds in gnu.emacs.help
Author: Xah
Date: Sep 6, 2008 21:20
> The erognomic keybinding has a new version. http://xahlee.org/emacs/ergonomic_emacs_keybinding.html Much improved new version 3.4. Fixed compatility with cua mode, isearch, minibuffer, shell/comint mode, info mode, and other modes: awk, rcirc, w3m, nxml. Compatible with other major programing modes: c-mode, c++-mode, java, sh, js, perl, php, python. Also added just-one-space, ...
|
| Show full article (0.50Kb) · Show article thread |
Group: gnu.emacs.sources · Group Profile · Search for Keybinds in gnu.emacs.sources
Author: Xah
Date: Sep 6, 2008 20:52
> The erognomic keybinding has a new version. http://xahlee.org/emacs/ergonomic_emacs_keybinding.html Much improved new version 3.4. Fixed compatility with cua mode, isearch, minibuffer, shell/comint mode, info mode, and other modes: awk, rcirc, w3m, nxml. Compatible with other major programing modes: c-mode, c++-mode, java, sh, js, perl, php, python. Also added just-one-space, ...
|
| Show full article (0.50Kb) · Show article thread |
|
 |
|
1 ·
2 ·
3 ·
4 ·
5 ·
6 ·
7 ·
8 ·
9 ·
next |
|
|