emacs-devel
[Top][All Lists]
Advanced

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

Re: eww


From: Bastien
Subject: Re: eww
Date: Tue, 14 Jan 2014 17:39:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Nicolas,

"Nicolas Richard" <address@hidden> writes:

> The link to the source (when (define-alternatives web) is done in an .el
> file) won't work right, and result in "Unable to find location in file".
> It's a common problem with macros that define things.

Sorry, I still don't get it.

Put this in ~/web.el

(define-alternatives web)
(setq web-alternatives '(("eww" . eww) ("w3m" . w3m)))

M-x eval-buffer RET

then C-h f web RET and C-h v web-alternatives RET will
display the correct location.

-- 
 Bastien



reply via email to

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