Gnus development mailing list
 help / color / mirror / Atom feed
* 20121209 gnus breaks many things
@ 2012-12-10  0:55 jidanni
  2012-12-10  1:54 ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: jidanni @ 2012-12-10  0:55 UTC (permalink / raw)
  To: emacs-w3m; +Cc: ding

Upon upgrade,
emacs-snapshot:
  Installed: 2:20121202-1
  Candidate: 2:20121209-1
  Version table:
     2:20121209-1 0
        500 http://emacs.naquadah.org/ unstable/ Packages

1. This is now gone:
<tab> runs the command gnus-summary-widget-forward, which is an
interactive compiled Lisp function in `gnus-sum.el'.

2. This now no longer calls the external browser successfully:
RET runs the command w3m-safe-view-this-url, which is an interactive
compiled Lisp function in `w3m.el'.

My configuration is in
http://jidanni.org/comp/configuration/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 20121209 gnus breaks many things
  2012-12-10  0:55 20121209 gnus breaks many things jidanni
@ 2012-12-10  1:54 ` Katsumi Yamaoka
  2012-12-10  2:31   ` jidanni
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2012-12-10  1:54 UTC (permalink / raw)
  To: jidanni; +Cc: emacs-w3m, ding

In [emacs-w3m : No.11936] jidanni@jidanni.org wrote:
> Upon upgrade,
> emacs-snapshot:
>   Installed: 2:20121202-1
>   Candidate: 2:20121209-1
>   Version table:
>      2:20121209-1 0
>         500 http://emacs.naquadah.org/ unstable/ Packages

> 1. This is now gone:
> <tab> runs the command gnus-summary-widget-forward, which is an
> interactive compiled Lisp function in `gnus-sum.el'.

Is the <tab> key in the summary buffer bound to the command
`gnus-summary-widget-forward', or other?  To look up it, do this
in the summary buffer: C-h c <tab>
I suspect the following recent change might cause a problem:

http://article.gmane.org/gmane.emacs.diffs/118578

> 2. This now no longer calls the external browser successfully:
> RET runs the command w3m-safe-view-this-url, which is an interactive
> compiled Lisp function in `w3m.el'.

Do you mean RET is not bound to `w3m-safe-view-this-url' in the
article buffer (in which the contents are rendered by emacs-w3m)?
Otherwise, do you mean the command `w3m-safe-view-this-url' does
not open the page of a url at the point?

I cannot reproduce this, though.

> My configuration is in
> http://jidanni.org/comp/configuration/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 20121209 gnus breaks many things
  2012-12-10  1:54 ` Katsumi Yamaoka
@ 2012-12-10  2:31   ` jidanni
  2012-12-10  6:17     ` jidanni
  0 siblings, 1 reply; 4+ messages in thread
From: jidanni @ 2012-12-10  2:31 UTC (permalink / raw)
  To: yamaoka; +Cc: emacs-w3m, ding

OK, I rewrote my .emacs-w3m. Now all that is broken is
w3m-view-url-with-external-browser .
It now just says
Starting Firefox...
but it doesn't really start anymore.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 20121209 gnus breaks many things
  2012-12-10  2:31   ` jidanni
@ 2012-12-10  6:17     ` jidanni
  0 siblings, 0 replies; 4+ messages in thread
From: jidanni @ 2012-12-10  6:17 UTC (permalink / raw)
  To: yamaoka; +Cc: emacs-w3m, ding

OK, it seems I now need add the #! line to
$ cat ~/bin/firefox
#!/bin/sh
midori "$@"

to get things working. OK, now it works again.
Thanks everybody.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-10  6:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-10  0:55 20121209 gnus breaks many things jidanni
2012-12-10  1:54 ` Katsumi Yamaoka
2012-12-10  2:31   ` jidanni
2012-12-10  6:17     ` jidanni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).