Can't isearch 'ö'

2005-04-10 Thread Peter Dyballa
Hello! In a text buffer starting with ;;; -*- mode: Emacs-Lisp; coding: iso-8859-15; -*- I have a line (message konventionell-römisch) which I can't find with C-s ö. It's always Failing I-search: ö. In GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.8.0, X toolkit, Xaw3d scroll

Re: Can't isearch 'ö'

2005-04-10 Thread Peter Dyballa
Am 10.04.2005 um 16:50 schrieb Stefan Monnier: In a text buffer starting with ;;; -*- mode: Emacs-Lisp; coding: iso-8859-15; -*- I have a line (message konventionell-römisch) which I can't find with C-s ö. It's always Failing I-search: ö. How do you input the ö? I just press the 'Ö' key

Re: Can't isearch 'ö'

2005-04-10 Thread Stefan Monnier
How do you input the ö? I just press the 'Ö' key on my keyboard! The problem is that the ö you type at the isearch prompt is a latin-1 ö whereas the one in the buffer is a latin-9 ö (Emacs's internal representation of characters has such duplicates). Try M-x unify-8859-on-decoding-mode RET

Re: Can't isearch 'ö'

2005-04-10 Thread Peter Dyballa
Am 10.04.2005 um 19:54 schrieb Stefan Monnier: How do you input the ö? I just press the 'Ö' key on my keyboard! The problem is that the ö you type at the isearch prompt is a latin-1 ö whereas the one in the buffer is a latin-9 ö (Emacs's internal representation of characters has such duplicates).

Re: ISO 8859-13/iso-latin-7 encoding incorrect

2005-04-10 Thread Kenichi Handa
In article [EMAIL PROTECTED], Peter Dyballa [EMAIL PROTECTED] writes: Am 09.04.2005 um 01:46 schrieb Kenichi Handa: Although you didn't list it, 0241 = A1 = U+201D was also incorrectly decoded. Was too used to see ¡ always in this place ... ? I don't understand what you mean (I'm not

Re: (kbd S-TAB) doesn't work

2005-04-10 Thread Richard Stallman
(define-key map (kbd S-TAB) 'nero-move-to-previous-link) should work, i.e., it should do the same thing as (define-key map [(shift tab)] 'nero-move-to-previous-link) (shift tab) is equivalent to the symbol S-tab, a shifted keyboard key. (kbd S-TAB) is equivalent to the ASCII TAB

Re: Point of wrong window used in read-from-minibuffer?

2005-04-10 Thread Richard Stallman
I don't know how to fix it, but I've traced it to the following problem: % emacs -Q [ type in some random text] C-x 2 [ move point elsewhere ] M-: (save-window-excursion (select-window (next-window))) RET after the M-: command, point in the second window is

$B!y(B10000$B1_J,L5NA!y(B

2005-04-10 Thread info
$B###!V(B1$B1_!WJ,L5NA%]%$%s%HB#Dh%-%c%s%Z!%sB;\Cf!*###(B $B$3$N=U$N=P2q$$$r6/NO$K;Y1g$7$^$9!*(B $B:#$9$0EPO?$7$FD:$$$?J}$K$O!;O$a$K(B1$B1_J,$N%]%$%s%H$rL5NA$G:9$7e$2$^$9!*(B $B!(B1$B1_L5NA%]%$%s%H$H?7$7$$=P2q$$(BGET$B!(B http://awg.qsv20.com/?springo

Re: Point of wrong window used in read-from-minibuffer?

2005-04-10 Thread Stefan Monnier
I don't know how to fix it, but I've traced it to the following problem: % emacs -Q [ type in some random text] C-x 2 [ move point elsewhere ] M-: (save-window-excursion (select-window (next-window))) RET after the M-: command, point in the second