Re: ediff failure if diff doesn't exist

2006-05-16 Thread Jesper Harder
Kevin Rodgers <[EMAIL PROTECTED]> writes: > I came across a similar problem in one of my own packages that uses > call-process to determine what options an external program supports. > > It's easy to fix by checking first that executable-find returns non-nil, > or by wrapping call-process in condi

hexl-mode: can't handle UTF-16 text correctly

2006-05-16 Thread 徐冠鹏
hexl-mode can't handle UTF-16 text correctly due to encode. See http://lists.gnu.org/archive/html/emacs-devel/2006-05/msg00780.html for more information. In GNU Emacs 23.0.0.1 (i386-mingw-nt5.1.2600) of 2006-05-15 on XUGUANPENG-DX X server distributor `Microsoft Corp.', version 5.1.2600 configu

Re: large value for tool-bar-button-margin crashes Emacs

2006-05-16 Thread Miguel Frasson
Miguel V. S. Frasson gmail.com> writes: > If toolbar does not fit in the vertical area of the frame (but a > single button fits in the horizontal space) then, the text window > becomes 1 line high, and no tool-bar is displayed, only the white top > border. Maybe if the tool-bar does not fit, Ema

Re: gud-tooltip-mode: gdb-prompt: Wrong number of arguments

2006-05-16 Thread Klaus Zeitler
> "Nick" == Nick Roberts <[EMAIL PROTECTED]> writes: Nick> Nick> Thats odd. Does macro expansion really work? No it doesn't, I had never tried. I was only talking about examining variables. Nick> Have you compiled all the files with -g3? Yes. I even checked the production log f

large value for tool-bar-button-margin crashes Emacs

2006-05-16 Thread Miguel V. S. Frasson
Hi Setting tool-bar-button-margin to a sufficiently large value chashes Emacs. There are two things going on: the horizontal and the vertical measures of the frame. If toolbar does not fit in the vertical area of the frame (but a single button fits in the horizontal space) then, the text window

Re: gud-tooltip-mode: gdb-prompt: Wrong number of arguments

2006-05-16 Thread Nick Roberts
> Works like a charm now. Thanks for the quick fix. > By the way the image was compiled with -g3. From your comment I assume that > you think that it should have worked if the program was compiled with -g3. > But maybe I misunderstood. Thats odd. Does macro expansion really work? Have you co

Re: add info about safe-local-variable to describe-variable

2006-05-16 Thread Reiner Steib
On Mon, May 15 2006, Ken Manheimer wrote: > the versions attached to this message correct that. Installed. Thanks. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ ___ emacs-pretest-bug

Re: gud-tooltip-mode: gdb-prompt: Wrong number of arguments

2006-05-16 Thread Klaus Zeitler
> "Nick" == Nick Roberts <[EMAIL PROTECTED]> writes: Nick> Nick> I've fixed this. GUD tooltips work better if you compile with -g3 Nick> (assuming thats possible on Solaris). Then you can look at macro Nick> definitions with them when the program is not executing Works like