all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: icicle and emacs --daemon
Date: Tue, 02 Dec 2008 10:10:31 +0100	[thread overview]
Message-ID: <877i6j2b94.fsf@tux.homenetwork> (raw)

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	other threads:[~2008-12-02  9:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-02  9:10 Thierry Volpiatto [this message]
2008-12-02 14:43 ` icicle and emacs --daemon Drew Adams
2009-04-19 14:48   ` Drew Adams
2009-04-19 15:56     ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877i6j2b94.fsf@tux.homenetwork \
    --to=thierry.volpiatto@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.