() Lars Ingebrigtsen
() Sat, 28 Jan 2012 19:48:00 +0100
Right... so perhaps the best solution here would just be to
add the "priority" stuff to mailcap.el? Then you can say
image/*; xloadimage %s; priority=5
to use xloadimage on all the images?
Sounds about right, if ‘priority’ s
Thien-Thi Nguyen writes:
> The order in ‘mailcap-mime-data’ is only relevant if there are no
> wildcards or Lisp-handled viewer candidates. This is because when
> those are present, they are de-prioritized as a result of:
>
> (setq passed (sort passed 'mailcap-viewer-lessp))
>
> You can
() Lars Magne Ingebrigtsen
() Thu, 03 Nov 2011 22:17:21 +0100
moabi2000 writes:
> I tracked this down to line 94 of mailcap.el associates gnumeric with
> vnd.ms-excel files.
>
> ("vnd\\.ms-excel"
> (viewer . "gnumeric %s")
> (test . (getenv "DISPLAY"))
On Sat, 28 Jan 2012 03:20:41 +, William wrote:
> Hi. I'd like to get a web link from an article I'm reading into the kill
> ring, like this:
> http://thread.gmane.org/gmane.emacs.bugs/55886
> Any ideas?
I tend to move point to the link and press u:
u runs the command gnus-article-copy-str