GNU bug report logs -
#4124
23.1; mwheel in --daemon mode
Previous Next
Reported by: John Prevost <prevost1 <at> cert.org>
Date: Tue, 11 Aug 2009 15:55:04 UTC
Severity: normal
Merged with 4127
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
John Prevost <prevost1 <at> cert.org> writes:
> Dan Nicolaescu <dann <at> ics.uci.edu> writes:
>
> > In emacs-23 uses of window-system to initialize variables are most of
> > the time bugs because window-system is not a constant anymore. Its
> > value depends of the frame it is used in, and we can have TTY and GUI
> > frames in the same emacs sessions, so...
>
> That was my assumption, yup.
>
> > w32 does not use the daemon mode, nor can it use TTY and w32 frames at
> > the same time, so it should not matter.
>
> Hmm. Is it not possible to start emacs in --daemon mode and use
> emacsclient to open a file in w32? I thought I had tested this and that
> it had worked.
No, it does not, from emacs/src/emacs.c:
#else /* DOS_NT */
fprintf (stderr, "This platform does not support the -daemon flag.\n");
exit (1);
#endif /* DOS_NT */
> In any case, it's clear that this is a problem in mwheel, and I do have
> a short-term workaround.
It would be good if someone would look at mwheel.el and fix it
properly...
This bug report was last modified 15 years and 278 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.