|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
RE: How to simulate pressing a key
Started Drew Adams · Date: Sep 19, 2008 08:05 ·
8 post(s) |
UNKNOWN SVK-v2.2.0 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 20, 2008 02:05 ·
1 post(s) |
PASS Fey-0.14 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 20, 2008 01:54 ·
1 post(s) |
Re: binding C-escape in init file
Started Matt Brown · Date: Sep 20, 2008 01:52 ·
1 post(s) |
How to get rid of *GNU Emacs* buffer on start-up?
Started Davin Pearson · Date: Sep 15, 2008 22:28 ·
65 post(s) |
Re: keyboard-quit and keyboard-escape-quit
Started Matt Brown · Date: Sep 20, 2008 01:40 ·
1 post(s) |
keyboard-quit and keyboard-escape-quit
Started Matt Brown · Date: Sep 20, 2008 01:32 ·
1 post(s) |
PASS Fey-0.14 i386-freebsd-64int 6.1-release
Started srezic · Date: Sep 19, 2008 23:15 ·
1 post(s) |
binding C-escape in init file
Started Matt Brown · Date: Sep 19, 2008 22:47 ·
1 post(s) |
Here's an interesting article for those who are following the "Shambhala" thread
Started Tom · Date: Sep 15, 2008 00:01 ·
68 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for binds in gnu.emacs.help
Author: netawater
Date: Sep 20, 2008 07:43
... do-what-backspace-does () (interactive) (call-interactively (key-binding "\C-?"))) my aim is to binding a funtion to tab key in every mode: if cursor is at ..., however, might not work. Because if you bind your function to tab, you might be unable to retrieve the original binding. regards, Nikolaj Schumacher Thank you for pointing my error, :) I have bind tab's function to ^C^t before bind ...
Show full article (0.82Kb) |
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for binds in gnu.emacs.help
Author: netawater
Date: Sep 20, 2008 07:37
...not just call the function which key is binding for it may have uncertainty parameter, like ...and answer you. my aim is to binding a funtion to tab key in every mode...>> TAB's function." (interactive) ;; ^C^t is binding to tab key's function in mode-hook. (let ((TAB-func (key-binding "^C^t")) (M-TAB-func (key-binding "\M-\t"))) (if (looking-at "\\>") (apply M-TAB-func '()) (...
Show full article (2.72Kb) |
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for binds in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 20, 2008 03:59
... do something like thas (defun do-what-backspace-does () (interactive) (call-interactively (key-binding "\C-?"))) my aim is to binding a funtion to tab key in every mode: if cursor is at the end of word then ... TAB's function. This, however, might not work. Because if you bind your function to tab, you might be unable to retrieve the original binding. regards, Nikolaj Schumacher
Show full article (0.63Kb) |
UNKNOWN SVK-v2.2.0 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for binds in perl.cpan.testers
Author: Rick Myers
Date: Sep 20, 2008 02:05
...: SVN::Core missing or outdated. Please manually install SVN::Core by compiling Subversion (version 1.3.0 or above) with SWIG/Perl bindings, and try this installation process again. ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: No requirements found ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables:...
Show full article (9.44Kb) |
PASS Fey-0.14 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for binds in perl.cpan.testers
Author: Rick Myers
Date: Sep 20, 2008 01:54
...t/SQL-where-clause..............ok t/SQL...........................ok t/SQL/Delete-bind-params........ok t/SQL/Delete....................ok t/SQL/Insert-bind-params........ok t/SQL/Insert....................ok t/SQL/Select-bind-params........ok t/SQL/Select-from-clause........ok t/SQL/.........ok t/SQL/Select-select-clause......ok t/SQL/Update-bind-params........ok t/SQL/Update....................ok t/Schema-memory-cycle..............
Show full article (8.41Kb) |
Re: binding C-escape in init file
Group: gnu.emacs.help · Group Profile · Search for binds in gnu.emacs.help
Author: Matt Brown
Date: Sep 20, 2008 01:52
...'ignore) On Fri, Sep 19, 2008 at 10:47 PM, Matt Brown <deadguysfrom@gmail.com> wrote: Hello all, I'm trying to bind C-escape in my init file, but I can't figure out how to specify it so that emacs will understand. At first I thought...it wasn't possible, but it works with global-set-key interactively. Is there a way to generate an .el file from the current bindings, so I can see how to specify it? thanks -Matt
Show full article (0.52Kb) |
Re: How to get rid of *GNU Emacs* buffer on start-up?
Group: gnu.emacs.help · Group Profile · Search for binds in gnu.emacs.help
Author: Alan Mackenzie
Date: Sep 20, 2008 01:44
... [ .... ] * modern_operations.el. A small point about this file (at <http://xahlee.org/emacs/modern_operations.el>): you don't really need the function `kill-line-backwards', since M-0 C-k will do this for you. However, that key binding is a bit clumsy. You could use it like this: (defun kill-line-backwards () "Doc string ...." (interactive) (kill-line 0)) Xah -- Alan Mackenzie (Nuremberg, Germany).
Show full article (1.13Kb) |
Re: keyboard-quit and keyboard-escape-quit
Group: gnu.emacs.help · Group Profile · Search for binds in gnu.emacs.help
Author: Matt Brown
Date: Sep 20, 2008 01:40
... with keyboard-escape-quit. On Sat, Sep 20, 2008 at 1:32 AM, Matt Brown <deadguysfrom@gmail.com> wrote: I'm trying to rebind the functionality of C-g to C-q. According to describe-key, C-g is bound to keyboard-quit. When I bind C-q to keyboard-quit, it does NOT give me the same behavior as C-g. If I hit M-x, then C-q, the word "Quit" appears in the minibuffer (just as with C-g), but the minibuffer does not go away (and it ...
Show full article (0.86Kb) |
keyboard-quit and keyboard-escape-quit
Group: gnu.emacs.help · Group Profile · Search for binds in gnu.emacs.help
Author: Matt Brown
Date: Sep 20, 2008 01:32
I'm trying to rebind the functionality of C-g to C-q. According to describe-key, C-g is bound to keyboard-quit. When I bind C-q to keyboard-quit, it does NOT give me the same behavior as C-g. If I hit M-x, then C-q, the word "Quit" appears in the minibuffer (just as with C-g), but the minibuffer does not go away (and it still has focus; i.e. nothing happened). So next I tried keyboard-escape-quit. Works just as C-g for quitting from ...
Show full article (0.63Kb) |
RE: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for binds in gnu.emacs.help
Author: Drew Adams
Date: Sep 19, 2008 23:19
... not just call the function which key is binding for it may have uncertainty parameter, like ... understand and answer you. my aim is to binding a funtion to tab key in every mode...> TAB's function." (interactive) ;; ^C^t is binding to tab key's function in mode-hook. (let ((TAB-func (key-binding "^C^t")) (M-TAB-func (key-binding "\M-\t"))) (if (looking-at "\\>") (apply M-TAB-func '()) (...
Show full article (2.38Kb) |
|
|
|