Re: customize Cua Rectangle Noselect Face error

2005-04-15 Thread Kim F. Storm
Peter Dyballa [EMAIL PROTECTED] writes: Could be that I am undestanding the customization of faces in a faulty way! I still see [X] Background: cyan (sample) and the word sample is cyan, i.e. the foreground, not the background, while only the header to this item is

Re: customize Cua Rectangle Noselect Face error

2005-04-15 Thread Peter Dyballa
Am 15.04.2005 um 10:40 schrieb Kim F. Storm: Perhaps face color samples should just be a box of the selected color as background (also for the foreground). That would be exact: having two fields and check boxes to decide and enter values, background and foreground, and two sample fields which

Re: Can't isearch 'ö'

2005-04-15 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: ö. I think I got the reason for this behaviour:

Re: Re: Can't isearch 'ö'

2005-04-15 Thread Stefan Monnier
I think I got the reason for this behaviour: '(unify-8859-on-decoding-mode t nil (ucs-tables)) I'm not sure I completely understood your previous mails, so just to be sure, here is what I believe to be what you said: - emacs -q in a latin-1 locale has problems isearching for an é in a

Re: more key bindings for xterm

2005-04-15 Thread Richard Stallman
Would it be acceptable to add something like: (substitute-key-definition [f29] [C-f5] function-key-map) to xterm.el? Does any terminal have a real f29 key? If not, why not just define function-key-map to map it unconditionally into C-f5? ___

Re: more key bindings for xterm

2005-04-15 Thread Dan Nicolaescu
Richard Stallman [EMAIL PROTECTED] writes: Would it be acceptable to add something like: (substitute-key-definition [f29] [C-f5] function-key-map) to xterm.el? Does any terminal have a real f29 key? No idea. If not, why not just define function-key-map to map it

Re: Calendar does has problems

2005-04-15 Thread Glenn Morris
Peter Dyballa wrote: When calendar is started from .emacs this happens since this morning: Debugger entered--Lisp error: (wrong-type-argument listp holiday-fixed) calendar-date-compare((holiday-fixed 1 1 New Year's Day) ((3 27 2005) Easter Sunday)) sort3 27 2005) Daylight

add bindings for S-KEY

2005-04-15 Thread Dan Nicolaescu
Looking through the terminfo man page, it seems that the capabilities that describe SHIFT-SOME_KEY are not used by Emacs. Adding this code to term.c:struct fkey_table keys adds support for S-KEY, where KEY is a key that Emacs supports already. {9, S-begin}, /*shifted begin key*/ {0,

Re: Calendar does has problems

2005-04-15 Thread Peter Dyballa
Am 15.04.2005 um 20:52 schrieb Glenn Morris: Peter Dyballa wrote: When calendar is started from .emacs this happens since this morning: Debugger entered--Lisp error: (wrong-type-argument listp holiday-fixed) calendar-date-compare((holiday-fixed 1 1 New Year's Day) ((3 27 2005) Easter