Re: [Chong Yidong] Re: Tool-bar buttons unresponsive with tooltips on

2005-10-19 Thread David PONCE
Hi, >>It works for me with KDE 3.4.3 on Fedora Core 3. I checked that "Click >>Raise Active Window" is enabled. My Emacs is built --with-gtk. > > Could you try building without gtk, and see if you can reproduce the > problem? Sorry for the delay. I rebuilt Emacs without GTK, and confirm that th

Re: [Chong Yidong] Re: Tool-bar buttons unresponsive with tooltips on

2005-10-17 Thread David PONCE
Hi, > It seems to be related to a setting in KDE's window manager, "Click > Raise Active Window". The tooltip for this setting says: > > When this option is enabled, the active window will be brought to > the front when you click somewhere into the window contents. > > When "Click Raise Acti

Re: [EMAIL PROTECTED]: Re: mode-line redisplay bug]

2005-10-12 Thread David Ponce
I think your change was pretty close to being ok. Here is something which seems to work for me on X -- maybe you can install it and adapt it to W32 and MAC if it works for you too. It works perfectly for me too. Thanks! ___ Emacs-devel mailing lis

Re: [EMAIL PROTECTED]: Re: mode-line redisplay bug]

2005-10-12 Thread David PONCE
Oops I spoke too fast. Now I get the following message when the mouse is over the read-only/modified status characters on the mode-line: Error during redisplay: (wrong-type-argument window-live-p nil) [126 times] ___ Emacs-devel mailing list Emacs-d

Re: [EMAIL PROTECTED]: Re: mode-line redisplay bug]

2005-10-12 Thread David PONCE
>>Since your last changes related to the mode-line redisplay bug >>thread, help-echo messages on the header-line or the mode-line are >>shown sporadically. > > > That's "Problem 2.1" in the thread. > [...] > > I installed the following change. > [...] It works fine now. Thanks! _

Re: [EMAIL PROTECTED]: Re: mode-line redisplay bug]

2005-10-12 Thread David PONCE
Hi, Since your last changes related to the mode-line redisplay bug thread, help-echo messages on the header-line or the mode-line are shown sporadically. Just start emacs -Q and move the mouse on the mode-line, it is difficult to make tool tips appear. When I turn off tooltip-mode, I see that me

Another Emacs icon

2005-10-07 Thread David PONCE
Hi All, Attached you will find a new icon for Emacs. This is just an idea, so don't blame me for it, I am not an "artist" ;-) There are two variants: with a transparent background (image names with "-t" suffix), and with a light gray gradient background. Included are 48x48 and 16x16 pixels image

Re: About `image-load-path'

2005-09-23 Thread David PONCE
Hello, > Yes it makes sense to let-bind `image-load-path' in my own code > but it is not so easy for libraries which are part of Emacs for > example. > > Could you give an example of where you would want to do this > in the code of a library that is part of Emacs? I don't want to cha

Re: About `image-load-path'

2005-09-22 Thread David PONCE
>>So images are first searched in the Emacs data directory which is an >>installation dependent directory. Wouldn't it be more relevant to >>search in `load-path' first so it would be easier to overload standard >>images? > > > Can't you just your local directory to image-load-path ? Yes it make

About `image-load-path'

2005-09-22 Thread David PONCE
Hello, In image.el the new variable `image-load-path' is set to: (list (file-name-as-directory (expand-file-name "images" data-directory)) 'data-directory 'load-path) So images are first searched in the Emacs data directory which is an installation dependent directory. Wouldn't it be more rel

Re: a group as node of a tree widget

2005-09-19 Thread David PONCE
Hi Masatake, > Is it possible to use a group widget as node of tree widget? > > As far as trying following code, a group widget is not handled well. You're right. Does it work better with this patch? Thanks for your report. David 2005-09-19 David Ponce <[EMAIL PROTECTED]

Re: recentf bug

2005-09-19 Thread David PONCE
Hi Richard, > [I sent this message two weeks ago but did not get a response.] Sorry I forgot to reply. > > Can you fix this bug? I did some investigation on this bug but was not able to reproduce it on my version of Emacs: In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.4.14) of 20

Re: recentf.el - digit shortcuts

2005-09-07 Thread David PONCE
> The files with shortcuts are now unaligned with files without > shortcuts. Is that intentional? Otherwise it seems fine. Yes it is, because items with extra alignment spaces doesn't look good (IMO) when they are grouped into sub-lists. As items with shortcuts are now grouped together at the to

Re: recentf.el - digit shortcuts

2005-09-05 Thread David PONCE
Hi, Here is another patch (sorry) that isolates files with shortcuts in front of the dialog list, instead of mixing them up into sub-menus. This way it is very easy to locate files with shortcuts when `recentf-show-file-shortcuts-flag' is non-nil. David 2005-09-05 David Ponce &l

Re: recentf.el - digit shortcuts

2005-09-02 Thread David PONCE
Hi Karl, > Here is a patch that adds shortcut keys and corresponding labels > to recentf-dialog-mode (the mode that `recentf-open-files' uses). > > The variable `recentf-dialog-show-labels-p' controls whether labels > are displayed, and could default to nil. > > I've been using this functionalit

(no subject)

2005-08-31 Thread David PONCE
Lennart Borgman wrote: > I have added them to the web page now. Personally I am still in favour > of you first suggestion and my suggestion with M-x and the gnu head. One > of the reasons is that the screen normally contains so much horizontal > and vertical elements. Your second suggestion with

Re: Emacs icons

2005-08-23 Thread David Ponce
I ask everyone to please NOT send any more proposed icons that are based on a picture of a gnu. All such pictures are too complex, and unusable. Please save your time and mine by not proposing such pictures. The most that might work is the partial gnu picture combined with an E. Hi, Attached

Re: Emacs icons

2005-08-17 Thread David Ponce
Hi, Here is another simpler image proposal. Looks good scaled to 16x16. Sincerely, David ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Emacs icons

2005-08-15 Thread David Ponce
Richard M. Stallman wrote: The idea of using an E on a gnu is ok semantically. Whether it looks better than just an E, I am not sure. Attached is an idea ;-) It don't look too bad when resized as a 16x16 icon. David ___ Emacs-devel mailing list Ema

Re: Incorrect indentation after :name

2005-07-04 Thread David Ponce
Hi Stefan, >>This gets incorrectly indented after :background. > > >> (put-text-property 0 (length s) >> 'face '(:background "red" >> :foreground "black" >> :height

Re: scroll-down behave strangely with header line

2005-07-03 Thread David Ponce
Richard M. Stallman wrote: Anyway I reverted the last change made to: - dispextern.h 1.206 -> 1.205 - xdisp.c 1.1028 -> 1.1027 - xfnc.c 1.640 -> 1.639 That change fixed another bug, and mostly works correctly, so removing it is not correct. However, I found a bug t

Re: scroll-down behave strangely with header line

2005-07-03 Thread David Ponce
Richard M. Stallman wrote: Anyway I reverted the last change made to: - dispextern.h 1.206 -> 1.205 - xdisp.c 1.1028 -> 1.1027 - xfnc.c 1.640 -> 1.639 That change fixed another bug, and mostly works correctly, so removing it is not correct. However, I found a bug t

Re: dolist?

2005-07-02 Thread David Ponce
Lennart Borgman wrote: Juanma Barranquero wrote: (mapc #'(lambda (x) (message "...%s" x)) '(1 2 3 4)) In *Messages* => ...4 Seems like a "feature" of the messages, when using "...". [...] Yes it permits this: (progn (message "test...") (message "test...done") ) *Messages* test...do

Re: dolist?

2005-07-02 Thread David Ponce
Lennart Borgman wrote: Lennart Borgman wrote: Here is a better example for testing. Please test this with the marked message commented out and not commented out. Just put it in a buffer and eval it. Am I doing something seriously silly? Has someone checked this or should I file a bug? Go

Re: scroll-down behave strangely with header line

2005-06-27 Thread David Ponce
Hi, Do you observe the same thing? Yes. On GNU/Linux with Lucid, but not with GTK. That's weird. I have the problem with GTK. Anyway I reverted the last change made to: - dispextern.h 1.206 -> 1.205 - xdisp.c 1.1028 -> 1.1027 - xfnc.c 1.640 -> 1.639 and the problem has gon

scroll-down behave strangely with header line

2005-06-27 Thread David PONCE
Hi all, Recently, I noticed that scroll-down behaves strangely when there is a header line displayed. The scroll bar is correctly updated, the line number on the mode line too, but the window display doesn't change or change very slowly. No problem with scroll-up. You can try to reproduce it li

Re: Shift Tab should move backward in help buffers

2005-06-27 Thread David PONCE
Hello, >> Please notice that on my Compacq Evo N610c laptop running Fedora Core >> 3 GNU/Linux the and keys seem to not exist. There >> is a instead. Perhaps this key could be added to? > > > Does this mean that C-h k (Shift Tab) reports ? It seems > you're running emacs in X, so you shoul

Re: Shift Tab should move backward in help buffers

2005-06-26 Thread David Ponce
Hello, In emacs 22.0.50.1 (2005-05-24), is not bound, but is bound to 'backward-button'. However, in *Customize Group: Emacs*, IS bound to 'widget-backward'. I suppose it would be easier to add to 'button-buffer-map'. 'help-mode-map' used to include (changed 1998-04-22 Dave Love), pr

Re: recentf mode: point at first file / highlight (patch)

2005-06-25 Thread David Ponce
gives the dialog a nicer and more convenient L&F (it is now possible to expand/collapse sub-menus). - The cursor is positioned to the first useful widget in dialogs. - The dialog code is cleaner and simpler. WDYT? If no objections I can commit it. Sincerely, David 2005

Perhaps a bug in line-move-1

2005-06-24 Thread David PONCE
Hello, Since this change to line-move-1 in simple.el: 2005-06-23 Richard M. Stallman <[EMAIL PROTECTED]> * simple.el (set-variable): Args renamed; doc fix. (line-move-1): When there are overlays around, use vertical-motion. When I use the up/down button to move the cu

Re: lisp/recentf.el

2005-06-13 Thread David PONCE
Hi Lute, >>>Does someone see a problem with this change? >> >>This is a good idea, however I think the call to `recentf-dialog-mode' >>should be moved before to setup the widgets because they might use >>local variables. > > > Like this? Yes. Thank you very much. David

Re: lisp/recentf.el

2005-06-13 Thread David PONCE
Hi, > Does someone see a problem with this change? [...] This is a good idea, however I think the call to `recentf-dialog-mode' should be moved before to setup the widgets because they might use local variables. Sincerely, David ___ Emacs-devel mai

boostrap failed because of flyspell-mode-map

2005-06-07 Thread David PONCE
ode-map and other variables it refers to. The following patch fixed the problem for me. Hope it helps. Sincerely, David 2005-06-07 David Ponce <[EMAIL PROTECTED]> * flyspell.el (flyspell-emacs) (flyspell-use-meta-tab, flyspell-auto-correct-binding) (flyspell-mod

Re: [david.reitter@gmail.com: recentf: "Select coding system" on quit]

2005-04-22 Thread David Ponce
> Isn't inserting a ^L at the proper place the canonical solution? Yes you're right. Following is a new patch. Thanks! David Index: recentf.el === RCS file: /cvsroot/emacs/emacs/lisp/recentf.el,v retrieving revision 1.35 diff -c -r1.3

Re: [david.reitter@gmail.com: recentf: "Select coding system" on quit]

2005-04-22 Thread David PONCE
Hi, >>Ok, I've just installed the last version sent from David >><[EMAIL PROTECTED]>. > > > Please, it has been pointed out already that this is not the proper > way to fix it. It makes the source very unreadable. > > Instead, you should just place a formfeed character (^L) after the > last fu

Re: [david.reitter@gmail.com: recentf: "Select coding system" on quit]

2005-04-21 Thread David PONCE
Hi, > I think the attached patch will fix the problem. Shall I > install it? Thanks for your patch. I tried it and when I compiled recentf.el I got this message: Compiling /home/ponce/installs/emacs/lisp/recentf.el... File local-variables error: (error "Local variables list is not properly term

Re: Inherited face appears as a function in customize-face buffer

2005-04-04 Thread David PONCE
Hi, > It looks clean to me. I have never understood widgets very well, > so I don't know whether it is correct. But if it seems to work > better than the present code, it must be a step forward. > > I wish someone here had enough expertise to be able to > assure us it is correct--but I think no

Re: Inherited face appears as a function in customize-face buffer

2005-04-04 Thread David PONCE
-char-property'. Here is a new complete patch that seems to work great now. WDYT? Sincerely, David 2005-04-04 David Ponce <[EMAIL PROTECTED]> * cus-edit.el (face): Derive from symbol widget. Display sample of the current face on the fly. (widget-face-s

Re: Inherited face appears as a function in customize-face buffer

2005-04-01 Thread David PONCE
Oops! here is the correct change log. Sorry! 2005-04-01 David Ponce <[EMAIL PROTECTED]> * cus-edit.el (face): Derive from symbol widget. Display sample of the current face on the fly. (widget-face-sample-face-get, widget-face-notify): New functions. (

Re: Inherited face appears as a function in customize-face buffer

2005-04-01 Thread David PONCE
is due to my change nor have any idea on what could cause it. Maybe a guru of the custom/widget internals could help? Thanks! David 2005-04-01 David Ponce <[EMAIL PROTECTED]> * cus-edit.el (face): Derive from symbol widget. Display sample of the current face on the fly

Inherited face appears as a function in customize-face buffer

2005-03-27 Thread David Ponce
Hi, In latest CVS Emacs the "Inherit" face attribute appears as a "Function" widget in the `customize-face' buffer. In Emacs 21.3 it appears as expected, that is a "Face" widget allowing to customize the inherited face. Also when adding a new inherited face its default value it initialized to "defa

Re: Revisit: recentf-cleanup, file-readable-p & remote files

2005-03-21 Thread David PONCE
report nor objection I plan to commit my patch and to update the NEWS accordingly. Even if it looks that someone already committed your patch! Below is the final patch I am going to commit in the next two days. Sincerely, David 2005-03-21 David Ponce <[EMAIL PROTECTED]> * NEWS:

Re: Revisit: recentf-cleanup, file-readable-p & remote files

2005-03-13 Thread David Ponce
le' to open files. Could you please try this patch? WDYT? If there is no objection, can I commit it? Thanks! David 2005-03-13 David Ponce <[EMAIL PROTECTED]> * recentf.el: (recentf-keep): New option. (recentf-menu-action): Default to `find-file'. (recentf