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: Ted Zlatanov
Subject: Re: trunk r115246: eww usability improvements
Date: Fri, 29 Nov 2013 09:58:41 -0500
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

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]