Menu bar is skrewed up when using filesets

2006-03-20 Thread Martin Buchmann
If I want to use filesets and add (filesets-init) to my init file (~/.emacs.d/init.el) as suggested in the Emacs manual, the menu bar contains only the emacs and the fileset menu. All other menus (File, Edit, etc.) are missing. If have uploaded a screen shot to make clear what I am talking

Re: Menu bar is skrewed up when using filesets

2006-03-20 Thread YAMAMOTO Mitsuharu
On Mon, 20 Mar 2006 09:51:53 +0100, Martin Buchmann [EMAIL PROTECTED] said: If I want to use filesets and add (filesets-init) to my init file (~/.emacs.d/init.el) as suggested in the Emacs manual, the menu bar contains only the emacs and the fileset menu. All other menus (File, Edit, etc.)

Re: self-insert-command advice is not called when command is run

2006-03-20 Thread M Jared Finder
Oops! This bug was my mistake. Ignore it please; I had mistakenly deleted the remapping from self-insert-command to balanced-self-insert-command, which was put in explicitly to handle this case. -- MJF ___ emacs-pretest-bug mailing list

edit-abbrevs questions - new edit-sorted-abbrevs function

2006-03-20 Thread Andreas Roehler
Herewith a more detailed description of already mentioned problems with `edit-abbrevs' - proposed solutions inclusive. 1) in contrast with the documentation, which declares edit-abbrevs and list-abbrevs to differ only in displaying, I see no way to call edit-abbrevs with an option

Re: old bootstrap error emerges again

2006-03-20 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: Are you using MSYS? yes, i'm using MinGW + MSYS. Would you please stop offending the few volunteers who maintain the Windows port? Even if you believe the problem is still unsolved, that's not a reason good enough to say that ``nobody cares'' about

Scrolling completions with Eshell on terminal.

2006-03-20 Thread Matt Hodges
In GNU Emacs 22.0.50.34 (i686-pc-linux-gnu, GTK+ Version 2.8.13) of 2006-03-15 on escpc40 X server distributor `The X.Org Foundation', version 11.0.6090 configured using `configure '--with-gtk'' When running on a terminal the *Completions* buffer isn't scrolled when there are more

Re: C indentation error.

2006-03-20 Thread Richard Stallman
I got an error with some C indentation in macro definitions in GNU Emacs 22.0.50.34 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-03-02. Error is triggered by: With emacs -Q : In scratch, insert the following: #foo :\

mouse wheel doesn't work

2006-03-20 Thread Scott Otterson
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org

Re: Scrolling completions with Eshell on terminal.

2006-03-20 Thread Stefan Monnier
-((event-matches-key-specifier-p event 'tab) +((or (event-matches-key-specifier-p event 'tab) +;; Needed on a terminal +(event-matches-key-specifier-p event 9)) Maybe you could use something like last-nonmenu-event instead so it

Re: old bootstrap error emerges again

2006-03-20 Thread Eli Zaretskii
Date: Sat, 18 Mar 2006 00:35:36 +0800 From: Zhang Wei [EMAIL PROTECTED] Cc: Bootstrap Emacs with MinGW under WindowsXP failed due to compiling lisp/usr/vc-dav.el requires file DOC must be present under directory etc/ Are you using MSYS? And I find this problem has been reported before,

Re: old bootstrap error emerges again

2006-03-20 Thread Dieter Deyke
Eli Zaretskii [EMAIL PROTECTED] writes: From: Dieter Deyke [EMAIL PROTECTED] Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Date: Sat, 18 Mar 2006 09:22:56 -0700 I am seeing the DOC error too. My setup: english Windows XP Pro, MinGW-3.1.0-1, cygwin tool set, no msys. Logfile: [...]

Re: old bootstrap error emerges again

2006-03-20 Thread Eli Zaretskii
From: Dieter Deyke [EMAIL PROTECTED] Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Date: Sat, 18 Mar 2006 12:55:35 -0700 I'm not sure on how to debug this. Let me start to point out that there were 3 errors about missing DOC Yes, I've seen those as well in your transcript. Needless

Re: old bootstrap error emerges again

2006-03-20 Thread Dieter Deyke
Eli Zaretskii [EMAIL PROTECTED] writes: Thanks. At this point, it would help if you do the following: . Print the value of filepos: (gdb) p filepos (gdb) pr . Print the value of Vdoc_file_name, which should be a string: (gdb) p Vdoc_file_name (gdb) pr . Print

Re: C indentation error.

2006-03-20 Thread Michael Cadilhac
Richard Stallman [EMAIL PROTECTED] writes: I got an error with some C indentation in macro definitions in GNU Emacs 22.0.50.34 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-03-02. Error is triggered by: With emacs -Q : In

Re: Emacs Xft Jhd refresh

2006-03-20 Thread Miles Bader
2006/3/20, Jan Djärv [EMAIL PROTECTED]: The branch you are using is probably not going to be updated much more. There is (or will be?) another branch that merges the Xft changes with the unicode-2 Emacs branch. However, I don't see a tag for it in CVS. I never created the branch because the

Re: Menu bar is skrewed up when using filesets

2006-03-20 Thread Martin Buchmann
Hi, YAMAMOTO Mitsuharu said the following on 20.03.2006 10:45 Uhr: I could not reproduce it, but could you test if the following patch makes some difference on your side? Thanks for your efforts. Applying your patch, doesn't change anything after recompiling. After I erased all of the

Re: mouse wheel doesn't work

2006-03-20 Thread Eli Zaretskii
Date: Sun, 19 Mar 2006 06:57:12 -0800 From: Scott Otterson [EMAIL PROTECTED] Wheh I roll my mousewheel, I get the error message triple-wheel-up is undefined (or down). In emacs 21.3.1, using the same mouse, OS and .emacs, the mousewheel works. Thank you for your report. In

Re: tooltip-mode = nil only displays first line of multi-line text-properties or overlays

2006-03-20 Thread Eli Zaretskii
Date: Sun, 19 Mar 2006 21:52:00 -0800 From: M Jared Finder [EMAIL PROTECTED] Cc: emacs-pretest-bug@gnu.org Richard Stallman wrote: I think this is intentional. Changing the height of the echo area as you move the mouse would be rather unpleasant. It could combine the tooltip string

mouse cursor bug?

2006-03-20 Thread Leon
Hi all, I finally figure out how to reproduce this bug though I have known it for a while. 1. Fire up gnus 2. middle click a group with a small number of unread articles so that you won't be interrupted to enter the number of articles. Make sure you mouse cursor won't be on any clickable text

Re: tooltip-mode = nil only displays first line of multi-line text-properties or overlays

2006-03-20 Thread Stefan Monnier
I think this is intentional. Changing the height of the echo area as you move the mouse would be rather unpleasant. It could combine the tooltip string lines, and display as much text as will fit in the echo area. Would that be better? If this is intentional, the documentation for

RE: file-cache doc should state that the cache is non-persistent

2006-03-20 Thread Drew Adams
I said: Looking at both the File Name Cache node in the Emacs manual and the Lisp source code, I see nothing that indicates whether or not the cache is persistent. This is an important piece of information. The doc should make it clear that the cache is not persistent and

File name completion in mini-buffer cannot expand Cé

2006-03-20 Thread Peter Dyballa
Hello! A file with the name Cécile does not expand when I type C-x f Cé TAB. When I type C-x f C TAB a *Completions* buffer shows Possible completions are: CDRecord CPUs Calender.pdf Calender.ps Cécile

Re: self-insert-command advice is not called when command is run

2006-03-20 Thread Richard Stallman
self-insert-command is handled specially by the command loop. Is it actually useful nowadays? Couldn't we get rid of this optimization? I am not sure. Yes, computers are faster. But this is the most common command in Emacs--most of the keystrokes are this command. However, it would

Re: tooltip-mode = nil only displays first line of multi-line text-properties or overlays

2006-03-20 Thread Eli Zaretskii
Date: Tue, 21 Mar 2006 05:54:06 +0900 From: Miles Bader [EMAIL PROTECTED] Cc: M Jared Finder [EMAIL PROTECTED], emacs-pretest-bug@gnu.org 2006/3/21, Eli Zaretskii [EMAIL PROTECTED]: I rather think it's a bug. We already change the height of the echo area when a multi-line string is

Re: tooltip-mode = nil only displays first line of multi-line text-properties or overlays

2006-03-20 Thread Eli Zaretskii
Cc: M Jared Finder [EMAIL PROTECTED], emacs-pretest-bug@gnu.org From: Stefan Monnier [EMAIL PROTECTED] Date: Mon, 20 Mar 2006 16:06:41 -0500 IIRC the miniwindow used to resize for tooltips and it was changed specifically because it was found to be annoying. Perhaps back when the