Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* topic screen not updating when leaving summary mode?
@ 2005-08-25 21:02 Lance Hoffmeyer
  2005-08-29 11:59 ` Some browser questions Lance Hoffmeyer
  0 siblings, 1 reply; 3+ messages in thread
From: Lance Hoffmeyer @ 2005-08-25 21:02 UTC (permalink / raw)



Something weird happens to my topics when I exit summary mode.
The header seem to duplicate themselves?  I have to hit "t" and
"t" again to get rid of the duplicates.  Any notions?

Before entering Summary mode


[ **Gnus** ---61030 ]

  [ **Lance's Inbox** -- 55 ]
     669    0*:* nnimap+...:INBOX
      92    0*:* nnmbox+local:mail.misc
     403   28*:* nnimap+...:INBOX.Sent
      61   12*:* nnimap+...:INBOX.Junk
       4    0*:* nnimap+...:INBOX.2005 Saved

  [ **Music** -- 78219 ]
    4189  597*:* rec.music.classical
    5884  865*:* rec.music.classical.guitar
   21612 2387*:* alt.binaries.sounds.mp3.flamenco
   2607726077*:* alt.binaries.sounds.mp3.jazz
   3839438394*:* alt.binaries.sounds.mp3.classical
   31707 9899*:* alt.binaries.sounds.ogg
       0    **:* alt.binaries.sounds.modern-composers


after exiting summary mode

[ **Gnus** ---61030 ]
[ **Gnus** -- 17106 ]
[ **Gnus** -- 95325 ]

  [ **Lance's Inbox** -- 55 ]
     669    0*:* nnimap+...:INBOX
      92    0*:* nnmbox+local:mail.misc
     403   28*:* nnimap+...:INBOX.Sent
      61   12*:* nnimap+...:INBOX.Junk
       4    0*:* nnimap+...:INBOX.2005 Saved

  [ **Music** -- 78132 ]
  [ **Music** -- 78136 ]
  [ **Music** -- 78219 ]
    4189  597*:* rec.music.classical
    5884  782*:* rec.music.classical.guitar
   21612 2387*:* alt.binaries.sounds.mp3.flamenco
   2607726077*:* alt.binaries.sounds.mp3.jazz
   3839438394*:* alt.binaries.sounds.mp3.classical
   31707 9899*:* alt.binaries.sounds.ogg
       0    **:* alt.binaries.sounds.modern-composers



-- 

                                Lance Hoffmeyer
                              lance@augustmail.com

-------------------------------------------------------------------------------
            The propagandist's purpose is to make one set of people
               forget that certain other sets of psople are human
                                       -
                                 Aldous Huxley


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

* Some browser questions
  2005-08-25 21:02 topic screen not updating when leaving summary mode? Lance Hoffmeyer
@ 2005-08-29 11:59 ` Lance Hoffmeyer
  2005-08-30 13:31   ` Ivan Boldyrev
  0 siblings, 1 reply; 3+ messages in thread
From: Lance Hoffmeyer @ 2005-08-29 11:59 UTC (permalink / raw)





I have found that in X11 when there is a URL in an article
it shows up as 
http://www.article.com

when in a tty

[[LINK]]

1) How do I get the article to show up as 
http://www.article.com instead of [[LINK]] in a tty?

I ask because whenever I open [[LINK]] it opens in W3 whereas,
a URL http://www.article.com will open with whatever I specify 
in browse-url-broswer-function






Next,

How can I specify browse-url-browser-function to be "w3m" in a tty and 
browse-url-browser-function to be "mozilla" in X11?


Lance






-- 

                                Lance Hoffmeyer
                              lance@augustmail.com

-------------------------------------------------------------------------------
  Fear of serious injury cannot alone justify suppression of free speech and
    assembly.  Men feared witches and burned women.  It is the function of
           speech to free men from  the bondage of irrational fears.
                                       -
                           Justice Louis D. Brandeis


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

* Re: Some browser questions
  2005-08-29 11:59 ` Some browser questions Lance Hoffmeyer
@ 2005-08-30 13:31   ` Ivan Boldyrev
  0 siblings, 0 replies; 3+ messages in thread
From: Ivan Boldyrev @ 2005-08-30 13:31 UTC (permalink / raw)


On 9216 day of my life Lance Hoffmeyer wrote:
> How can I specify browse-url-browser-function to be "w3m" in a tty and 
> browse-url-browser-function to be "mozilla" in X11?

(setq browse-url-browser-function
   (if (eq window-system 'x)
       'browse-url-gnome-moz
       'w3m-browse-url))

-- 
Ivan Boldyrev

                       Perl is a language where 2 x 2 is not equal to 4.


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

end of thread, other threads:[~2005-08-30 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-25 21:02 topic screen not updating when leaving summary mode? Lance Hoffmeyer
2005-08-29 11:59 ` Some browser questions Lance Hoffmeyer
2005-08-30 13:31   ` Ivan Boldyrev

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).