Error when creating new frame

2007-04-08 Thread jpff
I attempted to create a new frame from the File menu. The frame is created but I always get this error: Debugger entered--Lisp error: (wrong-number-of-arguments #[nil =8c0=8c1!=83 =8c1=8c2!=88=8c0=8c3!=85=8c3=8c2!=87 [functionp tool-bar-mode -1 blink-cursor-mode] 2] 1) #[nil

Re: Error when creating new frame

2007-04-08 Thread Lennart Borgman (gmail)
jpff wrote: I attempted to create a new frame from the File menu. The frame is created but I always get this error: Debugger entered--Lisp error: (wrong-number-of-arguments #[nil =8c0=8c1!=83 =8c1=8c2!=88=8c0=8c3!=85=8c3=8c2!=87 [functionp tool-bar-mode -1 blink-cursor-mode] 2] 1) #[nil

Re: Error when creating new frame

2007-04-08 Thread Chong Yidong
jpff [EMAIL PROTECTED] writes: I attempted to create a new frame from the File menu. The frame is created but I always get this error: Debugger entered--Lisp error: (wrong-number-of-arguments #[nil =8c0=8c1!=83 =8c1=8c2!=88=8c0=8c3!=85=8c3=8c2!=87 [functionp tool-bar-mode -1

Re: diary-date-forms customization too late

2007-04-08 Thread Stephen Berman
On Sat, 07 Apr 2007 17:52:16 -0400 Glenn Morris [EMAIL PROTECTED] wrote: Stephen Berman wrote: If you call (diary) from your init-file and use the Custom interface to customize diary-date-forms, the customization gets evaluated after diary-font-lock-keywords has been set, so your customized

C-u C-SPC: doc string and behavior if mark = point

2007-04-08 Thread Drew Adams
1. Doc string for `set-mark-command': Set mark at where point is... Should be Set mark at point... or Set mark where the cursor is... Point is a position, and at where is not correct English. Split the run-on sentence that starts With no prefix at ; also. Get rid of e.g. C-u C-@. Argument and

Ugly W32 display bug - fontified letters chopped on right

2007-04-08 Thread Kim F. Storm
---BeginMessage--- #multipart type=mixed #part type=text/plain charset=ISO-8859-1 format=flowed nofile=yes MIME-Version: 1.0 Content-Type: multipart/mixed; boundary-=-= I had to edit a simple html file on Windows XP, so I got the latest unpatched Emacs 22 pretest from Lennart's site (thank

Crash in gc_sweep (SIGH!)

2007-04-08 Thread Kim F. Storm
Following my last bug report on W32 display error, I noticed that the image didn't get through. So I tried various stuff to decode the base64 stuff in various ways like this: - copy it to a new file buffer named x.gif, mark it, do base64-decode-region, and C-c C-c to view the image (no

Re: Ugly W32 display bug - fontified letters chopped on right

2007-04-08 Thread Kim F. Storm
[EMAIL PROTECTED] (Kim F. Storm) writes: I had to edit a simple html file on Windows XP, so I got the latest unpatched Emacs 22 pretest from Lennart's site (thank you). If I put this in the file xx.htm: TD class=... TD class the rightmost pixels of the first D are lost as can be seen by

Re: Crash in gc_sweep (SIGH!)

2007-04-08 Thread Chong Yidong
It's unlikely that such a bug would have gone undetected over the last few pretests. Could you me help check the last few checkins to the src directory for any obvious bugs? 2007-04-07 Chong Yidong [EMAIL PROTECTED] * editfns.c (Ftranspose_regions): Validate interval before setting

Re: Ugly W32 display bug - fontified letters chopped on right

2007-04-08 Thread Eric Hanchrow
I'm clearly seeing it myself, for what that's worth, using Bitstream Vera Sans Mono at 12 pixels. If I enlarge the font a lot, to like 24 pixels, I don't see it. -- That sounds like a bunch of baloney, [Feynman] said. Give me something real to do. So we sent him out to buy some office supplies.

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

2007-04-08 Thread Miles Bader
martin rudalics [EMAIL PROTECTED] writes: I am of the mind that having indent-tabs-mode set to nil should be sufficient to disable this behavior. This should be handled by (defcustom whitespace-check-indent-whitespace indent-tabs-mode Flag to check indentation whitespace. This is