[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m & vm
- From: John Kozak <jk@xxxxxxxxxxxxxxxxx>
- Date: Thu, 15 May 2003 20:42:59 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 04851
- References: <16066.47283.53811.340273@gargle.gargle.HOWL><b9yvfwd6rcu.fsf@jpl.org>
[...]
> > I'll send an email to the VM maintainers too.
Looking at the gnu.emacs.vm.info, it seems they now know about this.
>
> > One suggestion: would it be a good idea in cases like these for
> > emacs-w3m to have a w3 drop-in replacement mode?
>
> What thing is it concretely? If it is to have something like
>
> (defalias 'w3-region 'w3m-region)
>
> in w3m.el, it is not my liking. :-p
Not to mine either: I meant something more like:
(defun impersonate-w3-with-w3m ()
(defalias 'w3-region 'w3m-region)
...
so the user can decide whether to use it or not.
John