help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

icicle and emacs --daemon


From: Thierry Volpiatto
Subject: icicle and emacs --daemon
Date: Tue, 02 Dec 2008 10:10:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]