bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10387: CODE wishlist: search-prop.el


From: Drew Adams
Subject: bug#10387: CODE wishlist: search-prop.el
Date: Sat, 23 Nov 2013 17:07:55 -0800 (PST)

> > It can be typed on a tty, as `ESC-C-~'.
> 
> C-~ is the same as C-^.

Not for me it's not.

emacs -Q   ; or emacs -Q -nw

;; Visit a file foo.el.
;; C-h k for each.  Both keys are undefined.

M-x global-set-key C-~ forward-char

C-h w forward-char  ; It is not shown as being on C-^
C-h k C-^           ; It is undefined
C-h k C-~           ; It is bound to `forward-char'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]