help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Having browse-url-text-emacs open in other window


From: Bastien
Subject: Re: Having browse-url-text-emacs open in other window
Date: Wed, 11 Jul 2012 07:03:31 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi Mark,

Mark Skilbeck <m@iammark.us> writes:

> Indeed, I saw this while browsing the documentation. However, it
> doesn't do as it says-on-the-tin, at least not in my experience.

Sorry I misread the documentation myself.

I would advise the function like this:

(defadvice browse-url (before browse-url-other-window activate)
  (switch-to-buffer-other-window (get-buffer-create "*Browser*")))

HTH,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]