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

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

Re: How to quote a list of functions?


From: Emanuel Berg
Subject: Re: How to quote a list of functions?
Date: Mon, 24 Aug 2015 03:42:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

"Pascal J. Bourguignon" <pjb@informatimago.com>
writes:

> If you're not happy with the lisp-2-ness of emacs
> lisp, you can always use edwin instead.

Another thing that happens with this sharp quoting is
you have to `require' a whole lot of stuff to get rid
of all warnings of stuff not being known to be
defined. Here is the worst example:

;; This file: http://user.it.uu.se/~embe8573/conf/emacs-init/global-keys.el

(require 'align-new)
(require 'buc)
(require 'buffer-menu)
(require 'caps-back)
(require 'close)
(require 'dired-x)
(require 'edit)
(require 'files-my)
(require 'fill-new)
(require 'gnus-my)
(require 'group)
(require 'help-new)
(require 'kill)
(require 'linux-shell)
(require 'lisp-new)
(require 'revert-buffer-my)
(require 'scroll)
(require 'shell-cli)
(require 'spell-new)
(require 'super)
(require 'w3m-unisearch)
(require 'window-new)
(require 'yank-my)

;; ...

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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