unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Question about modeline usage
@ 2020-09-15 18:36 chad
  2020-09-15 21:44 ` Francesco Ceccon
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: chad @ 2020-09-15 18:36 UTC (permalink / raw)
  To: EMACS development team

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

While reviewing some of the recent proposals for potential UI adjustments
for Emacs 28, the default modeline format came up repeatedly. At least
outside of emacs-devel, alternative modeline packages are very popular, and
discussion seems to be building towards perhaps suggesting some changes
there.

This prompts me to ask: does anyone here use the default mouse-1 and/or
mouse-3 bindings on the buffer name? I'm not asking about people that
heavily customize the modeline, but rather about people that use the
default (or minor variations thereof).

Feel free to reply here, or to send replies directly to me, and I'll
summarize.

Thanks in advance.
~Chad

[-- Attachment #2: Type: text/html, Size: 774 bytes --]

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

* Re: Question about modeline usage
  2020-09-15 18:36 Question about modeline usage chad
@ 2020-09-15 21:44 ` Francesco Ceccon
  2020-09-15 22:24 ` Daniel Martín
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Francesco Ceccon @ 2020-09-15 21:44 UTC (permalink / raw)
  To: chad; +Cc: emacs-devel


> This prompts me to ask: does anyone here use the default mouse-1 and/or
> mouse-3 bindings on the buffer name? I'm not asking about people that
> heavily customize the modeline, but rather about people that use the
> default (or minor variations thereof).

I use the default modeline and I don't think I've ever used
mouse-1/mouse-3 on the buffer name on purpose.

On the other hand, mouse-1 on the major/minor modes is a great way to
discover what the mode has to offer. I love that.

--
Francesco



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

* Re: Question about modeline usage
  2020-09-15 18:36 Question about modeline usage chad
  2020-09-15 21:44 ` Francesco Ceccon
@ 2020-09-15 22:24 ` Daniel Martín
  2020-09-16 15:46 ` Eric S Fraga
  2020-09-17  3:22 ` Pankaj Jangid
  3 siblings, 0 replies; 7+ messages in thread
From: Daniel Martín @ 2020-09-15 22:24 UTC (permalink / raw)
  To: chad; +Cc: EMACS development team

chad <yandros@gmail.com> writes:

>
> This prompts me to ask: does anyone here use the default mouse-1
> and/or mouse-3 bindings on the buffer name? I'm not asking about
> people that heavily customize the modeline, but rather about people
> that use the default (or minor variations thereof).
>

I don't usually use the mouse on the mode line at all. I sometimes click
on the "[Compiling]" note to go to an active *compilation* buffer; I
find that feature convenient. I think it was introduced in 27.1.

In some cases, I hover over some parts of the mode line for
explanations. For example, when the buffer coding system is not
something I quickly recognize, like "undecided" or UTF-8.



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

* Re: Question about modeline usage
  2020-09-15 18:36 Question about modeline usage chad
  2020-09-15 21:44 ` Francesco Ceccon
  2020-09-15 22:24 ` Daniel Martín
@ 2020-09-16 15:46 ` Eric S Fraga
  2020-09-17  3:22 ` Pankaj Jangid
  3 siblings, 0 replies; 7+ messages in thread
From: Eric S Fraga @ 2020-09-16 15:46 UTC (permalink / raw)
  To: emacs-devel

On Tuesday, 15 Sep 2020 at 11:36, chad wrote:
> This prompts me to ask: does anyone here use the default mouse-1 and/or
> mouse-3 bindings on the buffer name? I'm not asking about people that
> heavily customize the modeline, but rather about people that use the
> default (or minor variations thereof).

I use the default mode-line (have come back to it after a few years
playing with many different mode-line packages...) but I don't use the
mouse at all, much less on the mode-line.

-- 
Eric S Fraga via Emacs 28.0.50 & org 9.3.7 on Debian bullseye/sid




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

* Re: Question about modeline usage
  2020-09-15 18:36 Question about modeline usage chad
                   ` (2 preceding siblings ...)
  2020-09-16 15:46 ` Eric S Fraga
@ 2020-09-17  3:22 ` Pankaj Jangid
  2020-09-17  8:09   ` Daniel Martín
  3 siblings, 1 reply; 7+ messages in thread
From: Pankaj Jangid @ 2020-09-17  3:22 UTC (permalink / raw)
  To: chad; +Cc: EMACS development team

On Tue, Sep 15 2020, chad wrote:
> This prompts me to ask: does anyone here use the default mouse-1
> and/or mouse-3 bindings on the buffer name? I'm not asking about
> people that heavily customize the modeline, but rather about people
> that use the default (or minor variations thereof).

I have rarely used mouse with Emacs. And the only customization that I
did with the mode-line was removing VC status. Not that I don't want to
see the status, but because the VC status is not updated automatically
when I checkout a different branch by using some other means -
commandline git or Magit package. If there is a fix for that without
degrading the performance, then I would revert to the default mode-line.




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

* Re: Question about modeline usage
  2020-09-17  3:22 ` Pankaj Jangid
@ 2020-09-17  8:09   ` Daniel Martín
  2020-09-17 13:37     ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Martín @ 2020-09-17  8:09 UTC (permalink / raw)
  To: chad; +Cc: EMACS development team

Pankaj Jangid <p4j@j4d.net> writes:
> I have rarely used mouse with Emacs. And the only customization that I
> did with the mode-line was removing VC status. Not that I don't want to
> see the status, but because the VC status is not updated automatically
> when I checkout a different branch by using some other means -
> commandline git or Magit package. If there is a fix for that without
> degrading the performance, then I would revert to the default mode-line.

You can set the variable auto-revert-check-vc-info to non-nil. I haven't
tried that, but the docstring says that it should not cause excessive
CPU usage in a modern machine.



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

* Re: Question about modeline usage
  2020-09-17  8:09   ` Daniel Martín
@ 2020-09-17 13:37     ` Stefan Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2020-09-17 13:37 UTC (permalink / raw)
  To: Daniel Martín; +Cc: chad, EMACS development team

>> I have rarely used mouse with Emacs. And the only customization that I
>> did with the mode-line was removing VC status. Not that I don't want to
>> see the status, but because the VC status is not updated automatically
>> when I checkout a different branch by using some other means -
>> commandline git or Magit package. If there is a fix for that without
>> degrading the performance, then I would revert to the default mode-line.
>
> You can set the variable auto-revert-check-vc-info to non-nil. I haven't
> tried that, but the docstring says that it should not cause excessive
> CPU usage in a modern machine.

I don't think it will work when the branch-change does not modify
the file.


        Stefan  




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

end of thread, other threads:[~2020-09-17 13:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 18:36 Question about modeline usage chad
2020-09-15 21:44 ` Francesco Ceccon
2020-09-15 22:24 ` Daniel Martín
2020-09-16 15:46 ` Eric S Fraga
2020-09-17  3:22 ` Pankaj Jangid
2020-09-17  8:09   ` Daniel Martín
2020-09-17 13:37     ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).