Am 16.04.2005 um 16:38 schrieb Stefan Monnier:
With your patch to keyboard.c it does not work, i.e. i-search � does not
find the character in my test file "ISO 8859-15.txt", without the patch it
works, i.e. i-search finds �.
unify-8859-on-decoding-mode's value is t.
Hmm, it works for me. Could you pretty please give an actual R.E.C.I.P.E
to reproduce the problem?
I thought the lines in my header were explicit enough, but I can give more (now not mentioning any locale values since it makes no difference whether GNU Emacs is launched from an UTF-8 or ISO 8859-1 or ISO 8859-15 based environment):
Launch freshly compiled GNU Emacs from CVS: src/emacs -q -g 80x45 &
Check unify-8859-on-decoding-mode's value: C-h v unif TAB de TAB RET ==> nil
Open the directory with test files: C-x d ~/ISO TAB RET
Click with mouse-1 the ISO 8859-15 test file ==> opens writable in new buffer
I-search that accented e: C-s �e RET ==> error message: Failing I-search: �
Close that buffer: C-x k
Toggle unify-8859-on-decoding-mode's value: M-x unif TAB de TAB RET
Check unify-8859-on-decoding-mode's value: C-h v unif TAB de TAB RET ==> t
Click with mouse-1 the ISO 8859-15 test file ==> opens writable in new buffer
I-search that accented e: C-s �e ==> success, � found!
-- Greetings
Pete
In a world without walls and fences, who needs gates and windows?
_______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
