Rob Browning wrote:
> I'm about to be working hard on the emacs21 package which needs to be
> done immediately, so expect to see a lot of noise out of me shortly.
Good stuff!
> On the bright side, I expect that *many* of the long-standing emacs20
> bugs will be ready for retirement -- I'm wond
Package: emacsen-common
Version: 1.4.13
Severity: normal
Hi Rob, consider this bug report a simple reminder to fix this.
I have changed "(load-file file)" to "(load file)" in my local copy.
: To: Peter S Galbraith <[EMAIL PROTECTED]>
: Cc: debian-emacsen@lists.debian.org
: Subject: Re: debian-st
Peter S Galbraith <[EMAIL PROTECTED]> writes:
> I'm wondering what the rationale is for the following snippet of
> code in debian-run-directories :
>
> (if debug-on-error
> (load-file file)
>(condition-case ()
>(load file nil)
> (error
On 18 Oct 2001 09:39:29 -0400,
Tomasz Kosinski <[EMAIL PROTECTED]> wrote:
> Each time I try to start w3m with "M-x w3m", I get messages back
> starting with "Dump Header"
> My system is mostly "testing", emacs 20.7.2, w3m_0.1.10+0.1.11pre+kokb23-3,
Add this to your setting:
(setq w3m-command-
I'm wondering what the rationale is for the following snippet of
code in debian-run-directories :
(if debug-on-error
(load-file file)
(condition-case ()
(load file nil)
(error (message "Error while loading %s" file)
What is the int
I am not able to get w3m to run successfully from within emacs. w3m works fine
outside of emacs, and I can browse-url successfully with w3 or with lynx from
within emacs.
Each time I try to start w3m with "M-x w3m", I get messages back starting with
"Dump Header", then ultimately the error message
6 matches
Mail list logo