unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.0; Nonsense in lisp/frame.el after cvs-update
@ 2007-10-13 11:12 Peter Dyballa
  2007-10-13 12:15 ` martin rudalics
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Dyballa @ 2007-10-13 11:12 UTC (permalink / raw)
  To: emacs-pretest-bug

Hello!

The change from this (enhanced for Mac OS X Cocoa/GNUSTEP Emacs.app)  
cond


     (cond ((memq window-system '(x mac))
	   (x-focus-frame frame))
	  ((eq window-system 'w32)
	   (w32-focus-frame frame))
	  ((eq window-system 'ns)
	   (ns-focus-frame frame)))

to

     (cond ((memq (window-system frame) '(x max w32 n32))

The correct form surely is

     (cond ((memq (window-system frame) '(x mac w32 ns))


--
Greetings

   Pete

If all else fails read the instructions.
                                          - Donald Knuth

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: 23.0.0; Nonsense in lisp/frame.el after cvs-update
@ 2007-10-13 21:24 Peter Dyballa
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2007-10-13 21:24 UTC (permalink / raw)
  To: martin rudalics; +Cc: emacs-pretest-bug

Hello!

I took the chance to check lisp/frame.el from before the cvs update  
with the recent state and your proposed patches. The last one was  
missing, although already existing in RC2a of Emacs.app – and I found  
it also when I was searching for the use of variable 'window-system.'  
In RC2a it seems to cure a problem with a blinking cursor when it is  
moved in the window.

Right now I can't tell whether it works better as before in my  
regularly CVS updated RC1 code basis of Emacs.app in its X11 client  
flavour: the function Snarf-documentation in lisp/loadup.el can't  
find src/buildobj.lst although it exists:

	Opening file buildobj.lst: no such file or directory

Because Unicode Emacs is now version 23.0.60?


I think I'll try to compile Emacs.app and then add some debug  
statement into src/doc.c to get an idea why Snarf-documentation  
fails ... or I'll leave away --enable-locallisppath=... from configure!

--
Mit friedvollen Grüßen

   Pete

IMBECILITY, n.  A kind of divine inspiration, or sacred fire  
affecting censorious critics of this dictionary.
                    -- Ambrose Bierce: _The Devil's Dictionary_

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: 23.0.0; Nonsense in lisp/frame.el after cvs-update
@ 2007-10-13 22:01 Peter Dyballa
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2007-10-13 22:01 UTC (permalink / raw)
  To: martin rudalics; +Cc: emacs-pretest-bug

Ahh, it's all my fault: trying to resolve a CVS conflict by  
commenting lines in src/Makefile.in with ``#´´!

--
Mit friedvollen Grüßen

   Pete

The box said "Use Windows 95 or better," so I got a Macintosh.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-14 13:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-13 11:12 23.0.0; Nonsense in lisp/frame.el after cvs-update Peter Dyballa
2007-10-13 12:15 ` martin rudalics
2007-10-14  2:02 ` Stefan Monnier
2007-10-14 13:45   ` Jason Rumney
2007-10-14  2:03 ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2007-10-13 21:24 Peter Dyballa
2007-10-13 22:01 Peter Dyballa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).