Re: debian-startup.el question

2001-10-18 Thread Peter S Galbraith
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

Bug#116126: emacsen-common; debian-run-directories calls load-file

2001-10-18 Thread Peter S Galbraith
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

Re: debian-startup.el question

2001-10-18 Thread Rob Browning
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

Re: w3m & emacs

2001-10-18 Thread Tatsuya Kinoshita
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-

debian-startup.el question

2001-10-18 Thread Peter S Galbraith
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

w3m & emacs

2001-10-18 Thread Tomasz Kosinski
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