unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* icicle and emacs --daemon
@ 2008-12-02  9:10 Thierry Volpiatto
  2008-12-02 14:43 ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Thierry Volpiatto @ 2008-12-02  9:10 UTC (permalink / raw)
  To: help-gnu-emacs

Hi!
when using the new emacs --daemon, icicle complain that we are not in a
window-system.So i modify the starting message of icicles.el like that:

,----
| (unless (or (and
|              (fboundp 'daemonp)
|              (daemonp))
|             window-system)
|   (with-output-to-temp-buffer "*WARNING*"
|     (princ "You probably do NOT want to use Icicles without a windowing ")
|     (princ "system (manager).\n\n")
|     (princ "Consider using `emacsclient' (or `gnuclient').  ")
|     (princ "Icicles makes use of many\n")
|     (princ "keys that are unavailable when running Emacs in console mode.  ")
|     (princ "If you do\n")
|     (princ "use Icicles in this mode, you will want to rebind those keys - ")
|     (princ "see file\n`icicles-mode.el'.\n"))
|   (message "*WARNING* - Icicles uses keys that require a windowing system")
|   (sit-for 5))
`----

It work fine here.
-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France





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

end of thread, other threads:[~2009-04-19 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02  9:10 icicle and emacs --daemon Thierry Volpiatto
2008-12-02 14:43 ` Drew Adams
2009-04-19 14:48   ` Drew Adams
2009-04-19 15:56     ` Drew Adams

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).