New C h Delete issue on emacs22 2 1 nox Xquartz 2 3
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 11 articles for 0.120 sec
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: Peter Dyballa
Date: Aug 5, 2008 15:39

...32 schrieb matthew.a.hess: - Pressing C-h deletes backwards instead of help. Running ...command says that it's DEL (backward-delete-char- untabify). Invoke 'stty -a' to see your recent settings. 'stty ^h' should clear any binding of C-h. I want to get my old key-bindings back: Delete -> ... (global-set-key (kbd "DEL") 'backward-delete) ? (global-set-key (kbd "M-DEL")...
Show full article (0.64Kb) · Show article thread
New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: matthew.a.hess
Date: Aug 4, 2008 21:32

... talk about this: - Pressing C-h deletes backwards instead of help. ... that it's DEL (backward-delete-char- untabify). - However, pressing the ... on my keyboard does backward- delete as well... - Pressing M-DEL ... that this combination is C-M-h, the mark-defun command....-word ' command until i upgraded Xquartz. I want to get my ... the M-DEL actually does delete words backwards. I'm at ...
Show full article (0.94Kb)
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: matt
Date: Aug 8, 2008 01:12

...we know that!). Now... each keysym (a, b, c, Delete, BackSpace, etc.) itself has a corresponding character or character sequence is sent ... to xterm in ascii caret notation: BackSpace -> ^H Delete -> ^? If xterm's emulate of vt100 ... I could have just switched BackSpace and Delete and then set erase to ^?. However, by default xterm's Delete keysym sends to this weird sequence: ^[[3...
Show full article (1.09Kb) · Show article thread
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: Peter Dyballa
Date: Aug 6, 2008 11:27

...: stty erase '^?' This should free C-h. Obviously I should not have thought of ... Changing erase gives me back C-h -> help, but makes my "Delete" key write '^H' in ...> that that combo is just DEL ('backward-delete...). Also, M-DEL still gives C-M-h... http:// lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev. It's about the new X11R7 based X server and X11 releases ...
Show full article (1.81Kb) · Show article thread
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: matt
Date: Aug 6, 2008 09:19

... stty erase '^?' This should free C-h. Obviously I should not have thought ... character ... Changing erase gives me back C-h -> help, but makes my "Delete" key write '^H' in the terminal and do ..., when i use the C-DEL, it does delete backwards, and describe-key says...that that combo is just DEL ('backward-delete...). Also, M-DEL still gives C-M-h. Could it be that I should ...
Show full article (0.58Kb) · Show article thread
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: Peter Dyballa
Date: Aug 5, 2008 23:44

Am 06.08.2008 um 03:00 schrieb matt: Stty says that my erase=^H. Tried 'stty ^h' but it's not an option stty recognizes. Then try to reserve another "character" for erase: stty erase '^?' This should free C-h. Obviously I should not have thought of the characters but the actions, that are each bound to some character ... -- Greetings...
Show full article (0.50Kb) · Show article thread
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: matt
Date: Aug 5, 2008 18:00

> Invoke 'stty -a' to see your recent settings. 'stty ^h' should clear any binding of C-h. (global-set-key (kbd "DEL") 'backward-delete) ? (global-set-key (kbd "M-DEL") 'backward-kill-word) ? Not... never seem to do anything. Stty says that my erase=^H. Tried 'stty ^h' but it's not an option stty recognizes. I'...
Show full article (0.50Kb) · Show article thread
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: matt
Date: Aug 5, 2008 15:24

...5, 7:54 am, Nikolaj Schumacher <n_schumac...@web.de> wrote: matthew.a.h...@gmail.com wrote: I'm running mac 10.5.4 and using emacs ...strongly encourage you to use Terminal.app. It will start X11 automatically if needed, has configuration dialog, and C-h works out of the box. regards, Nikolaj Schumacher Ugh... same issue. So this is a problem independent of X :[ matt
Show full article (0.52Kb) · Show article thread
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Aug 5, 2008 07:54

matthew.a.hess@gmail.com wrote: I'm running mac 10.5.4 and using emacs in an xterm window (not gtk graphical). Do you mean the terminal that pops up when you open X11.app? If so, I strongly encourage you to use Terminal.app. It will start X11 automatically if needed, has configuration dialog, and C-h works out of the box. regards, Nikolaj Schumacher
Show full article (0.37Kb) · Show article thread
Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)     

Group: gnu.emacs.help · Group Profile · Search for New C h Delete issue on emacs22 2 1 nox Xquartz 2 3 in gnu.emacs.help
Author: matt
Date: Aug 5, 2008 01:01

sorry, should have included this information: using xterm with these relevant environmental variables: XTERM_LOCALE=C XTERM_VERSION=XTerm(235) also... stty erase is set to ^H the keysym for my keyboard "Delete" key is 59 which is listed as BackSpace by xmodmap no luck with fiddling in X11 preferences
Show full article (0.31Kb) · Show article thread
1 · 2 · next