Re: GTK build: some menus in the menu bar stay highlighted

2007-04-24 Thread Jan Djärv
Stephen Berman skrev: On Mon, 23 Apr 2007 22:09:36 +0200 Jan Djärv [EMAIL PROTECTED] wrote: When Emacs updates the menu bar, it usually just puts empty menus behind the menu bar entries. This is to avoid updating the whole menu tree every time we just change buffer. When we click on the

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-24 Thread Aidan Kehoe
Ar an ceathrú lá is fiche de mí Aibréan, scríobh YAMAMOTO Mitsuharu: On Mon, 23 Apr 2007 21:24:10 +0200, Aidan Kehoe [EMAIL PROTECTED] said: Interestingly, it seems to be a difference between custom layouts and the layouts that shipped with the system. If I switch to the

Re: Fonts do not work correctly in cc-mode

2007-04-24 Thread Stephen Berman
On Mon, 23 Apr 2007 10:50:25 +0200 Matzi Kratzi [EMAIL PROTECTED] wrote: static uint8 CheckIE_ActivateUTC_Req(LL_Data_Ind_t *ActivateUTC_Req_p, ActivateUTC_ReqAddr_t *ActivateUTC_ReqAddr_p) { ... } uint8 CheckIE_ActivateUTC_Req is black. I want uint8 to

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-24 Thread YAMAMOTO Mitsuharu
On Tue, 24 Apr 2007 08:27:36 +0200, Aidan Kehoe [EMAIL PROTECTED] said: So, is your Irish layout different from what is bundled with Mac OS X? Could you precisely explain what I've installed a variant of the OS X Irish layout (which is itself a variant of the British layout) in the original

22.0.98 not starting on Solaris 10/I386

2007-04-24 Thread Michael Ewe
Hi everybody, I am trying to get the 22.0.98 pretest release running on Solaris 10/I386. I configure it like: ./configure --with-gtk --enable-font-backend --with-xft --prefix=/opt/emacs As a result of this the compile is done with gcc from /usr/sfw/bin (GCC)3.4.3

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-24 Thread Aidan Kehoe
Ar an ceathrú lá is fiche de mí Aibréan, scríobh YAMAMOTO Mitsuharu: On Tue, 24 Apr 2007 08:27:36 +0200, Aidan Kehoe [EMAIL PROTECTED] said: So, is your Irish layout different from what is bundled with Mac OS X? Could you precisely explain what I've installed a variant of

dabbrev--eliminate-newlines

2007-04-24 Thread Johan Bockgård
1. dabbrev--eliminate-newlines is a defcustom--should it really have a double-dash name? 2. It doesn't work correctly for SPC M-/. Assume that the buffer contains this text (and dabbrev--eliminate-newlines is t (the default)): aaa bbb Then the sequence `a M-/ SPC M-/' produces this text:

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-24 Thread YAMAMOTO Mitsuharu
On Tue, 24 Apr 2007 10:29:38 +0200, Aidan Kehoe [EMAIL PROTECTED] said: Can you replace `action=' at line 722 with `output=' and try again? There’s no action= at line 722--you’re talking about ExtendedIrishAidan.keylayout, available in the same directory. Oops, sorry. Yes, what I

undo gone in dired buffers

2007-04-24 Thread Francesco Potorti`
Apparently, Emacs 22 does not allow to undo in dired buffers. This is a pity, because it sometimes occurred to me to revert a dired buffer (using 'g') and then wanting to see the differences using undo. If this change is the result of a meditated choice, maybe it has some reason. But if it has

defface doc fix

2007-04-24 Thread Johan Bockgård
It should be `default', not `:default' (the manual is correct). 2007-04-24 Johan Bockgård [EMAIL PROTECTED] * custom.el (defface): Doc fix. --- custom.el 22 Jan 2007 00:31:42 +0100 1.132 +++ custom.el 24 Apr 2007 14:02:43 +0200 @@ -331,7 +331,7 @@ SPEC should be an

Re: [unicode-2] whitespace-auto-cleanup always replaces leading spaces with tabs

2007-04-24 Thread martin rudalics
What happens if you set (customize) `whitespace-check-indent-whitespace' _before_ you toggle `whitespace-global-mode'? No difference; sequences of 8 spaces in indentation are still highlighted. I don't understand. If my .emacs is (custom-set-variables ;; custom-set-variables was added by

Re: html-mode demanding html a bit too tight

2007-04-24 Thread Stefan Monnier
Maybe if magic-mode-alist were combined into auto-mode-alist it'd be easier to control conflicts or precedence among content vs filename tests. (Not that you want to get too fancy about such things ...) Agreed. Stefan ___

Re: (void-function nil) error without backtrace

2007-04-24 Thread Richard Stallman
Whenever I enable debug-on-error when running VM I get a backtrace with the following content: Please try running under GDB with a breakpoint at call_debugger and send the C-level backtrace made by the `backtrace' command. It was caused by a wrong toolbar item spec for the prop

Re: Tumme fails with default custom settings

2007-04-24 Thread Richard Stallman
I was able to recreate this, but only for small images. Not sure yet if there is a certain limit or if it is variable. The same problem can be seen if you do C-u RET instead of RET in the thumbnail buffer. I cannot say if this ever worked because I think that each time I have

Re: GTK build: some menus in the menu bar stay highlighted

2007-04-24 Thread Richard Stallman
I'd say this is a bug in QtCurve. I can not find a way to undo that effect from within Emacs. Apart from the obvious, always update menus deep. But I don't think we want to do that just for one theme. Not that I think it would break anything, it would just make menu bar

Re: patch for locate.el when called with prefix arg

2007-04-24 Thread Richard Stallman
I think your latest patch should be installed. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: python.el

2007-04-24 Thread Richard Stallman
If it's just the 2006-08-20 stuff: Stefan, is there anyway this can easily be removed and still leave a working python.el? Dave, would that be acceptable to you? Otherwise, our only recourse AFAICS is to remove python.el before the (imminent) release of Emacs 22.

Re: Indentation bug in html-mode

2007-04-24 Thread Stefan Monnier
The attached file is valid XHTML 1.1 but indents badly because of the inte ?php ... ? part. I paste it here for simplicity too: Hmm... does the patch below fix it for you? If you put a ? inside your PHP code, it seems it would still be valid XML, but indentation will probably get confused.

Re: python.el

2007-04-24 Thread Dave Love
Glenn Morris [EMAIL PROTECTED] writes: Dave Love wrote: I explained it to rms, but he wouldn't do anything bug reports ^about without patches. I can't parse this. Sorry for the typo. It was installed by Stefan. I can't speak for him,

Re: python.el

2007-04-24 Thread Dave Love
Richard Stallman [EMAIL PROTECTED] writes: If not, please could you explain in more detail what you mean? There are potential problems due to my previous employer with things I wrote until I left in April 2006. I'm contractually obliged to inform the FSF about that, whether

ispell depends on mule-ucs

2007-04-24 Thread M G Berberich
setting ispell-local-dictionary to de-alt does not work if mule-ucs is not installed. Messages if trying to spell-check is: Starting new Ispell process [de-alt] ... ispell-get-word: Wrong type argument: stringp, nil Probably ispell.el needs some functionality from mule-ucs to do conversion

Minor fixes for 2 manpages

2007-04-24 Thread Yavor Doganov
for gNewSense (Unofficial gNewSense emacs-snapshot package, version 1:20070424-gns1) Index: etc/emacs.1 === RCS file: /sources/emacs/emacs/etc/emacs.1,v retrieving revision 1.18 diff -u -r1.18 emacs.1 --- etc/emacs.1 14 Apr 2007 02:34

Re: python.el

2007-04-24 Thread Chong Yidong
Anyway, back to the topic at hand: there's a potential legal problem with python.el. Is all the code you wrote for python.el affected, or just the 2006-08-20 changes? Before that, there are no changes from python.el from you until we get to 2004-12-02. Only more recent stuff, I reckon, but

Re: Tumme fails with default custom settings

2007-04-24 Thread Mathias Dahl
Richard Stallman [EMAIL PROTECTED] writes: I was able to recreate this, but only for small images. Not sure yet if there is a certain limit or if it is variable. The same problem can be seen if you do C-u RET instead of RET in the thumbnail buffer. I cannot say if this ever

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-24 Thread Nikolaj Schumacher
Hello, I've accumulated a bit of experience with these Unicode layouts since I use one myself. I've had the exact same problems with earlier versions of Emacs, however I've found that recent versions work correctly out of the box. I could not reproduce your problem, either, using a your layout

up-list gives error inside strings

2007-04-24 Thread Nikolaj Schumacher
Hello, Calling `up-list' inside a string gives this error: up-list: Scan error: Unbalanced parentheses, 14, 19 This is obviously not the case in this example: (setq foo bar) ^ point I can't tell if the failure to move out of the parentheses is by design, but the error message is

Re: up-list gives error inside strings

2007-04-24 Thread Stefan Monnier
Calling `up-list' inside a string gives this error: up-list: Scan error: Unbalanced parentheses, 14, 19 Actually, it can give all kinds of different errors as well as desriable behaviors. This is obviously not the case in this example: (setq foo bar) ^ point I can't tell if

define-globalized-minor-mode has no custom link

2007-04-24 Thread Lennart Borgman (gmail)
A globalized minor mode can be customized. There is currently no link to custom from the doc string that is generated. I think there should be one, just as there is one for a minor mode defined with define-minor-mode. In GNU Emacs 22.0.99.1 (i386-mingw-nt5.1.2600) of 2007-04-24

Re: up-list gives error inside strings

2007-04-24 Thread Nikolaj Schumacher
Stefan Monnier [EMAIL PROTECTED] writes: I can't tell if the failure to move out of the parentheses is by design, but the error message is misleading. One of the design constraints we've imposed on ourselves is that operations like up-list and friends should ideally work locally without

Re: dabbrev--eliminate-newlines

2007-04-24 Thread Richard Stallman
1. dabbrev--eliminate-newlines is a defcustom--should it really have a double-dash name? Good point. Since this is new, I will fix it. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: dabbrev--eliminate-newlines

2007-04-24 Thread Richard Stallman
Does this patch fix it? *** dabbrev.el 21 Jan 2007 01:36:07 -0500 1.83 --- dabbrev.el 24 Apr 2007 16:33:08 -0400 *** *** 914,922 ;; Convert whitespace to single spaces. (if dabbrev--eliminate-newlines ! ;; Start searching at end of ABBREV so that

Re: undo gone in dired buffers

2007-04-24 Thread Richard Stallman
It is normal that undo does not work across revert. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: patch for locate.el when called with prefix arg

2007-04-24 Thread Richard Stallman
So I do not believe that there is any need to test the patch for `locate-in-alternate-database' which I proposed. I believe that it is better to just forget about that patch. Ok, let's consider this issue done. ___ emacs-pretest-bug

Re: python.el

2007-04-24 Thread Richard Stallman
That sounds like a real issue. Did we install code that you wrote during that time? Yes. That's what I'm concerned about. Can you show us which changes to python.el we need to remove? Or identify them by which versions they were checked in in?

Re: up-list gives error inside strings

2007-04-24 Thread Richard Stallman
Calling `up-list' inside a string gives this error: up-list: Scan error: Unbalanced parentheses, 14, 19 This is obviously not the case in this example: (setq foo bar) ^ point These commands do not know that they are starting from inside a string. It may now be