emacs-devel
[Top][All Lists]
Advanced

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

Re: trunk r115246: eww usability improvements


From: T.V. Raman
Subject: Re: trunk r115246: eww usability improvements
Date: Sat, 30 Nov 2013 07:49:15 -0800

Would be far simpler to let 'q' bury-buffer -- gets it out of the
way, and it's easy enough to jump back.

-- 
Best Regards,
--raman


On 11/29/13, Ted Zlatanov <address@hidden> wrote:
> On Thu, 28 Nov 2013 19:43:43 +0100 Lars Magne Ingebrigtsen <address@hidden>
> wrote:
>
> LMI> Teodor Zlatanov <address@hidden> writes:
>>> +  (if (y-or-n-p "quit eww? ")
>>> +      (progn
>>> +   (setq eww-history nil)
>>> +   (kill-buffer (current-buffer)))))
>
> LMI> I'm not sure that's a good change.  The normal use case for eww is to
> LMI> use it to browse a page or two, and then you want it to go away.
> Which
> LMI> `q' does.  Querying whether to do so isn't what most Emacs special
> modes
> LMI> do with that command.
>
> Gnus behaves similarly by default so I thought it was reasonable
> behavior.  It is annoying to hit `q' accidentally.  What do you think
> about `Q' for quitting immediately and maybe a `eww-expert-mode' to
> remove all prompts?
>
> Ted
>
>



reply via email to

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