unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#972: 23.0.60; frame-title in mode-line
@ 2008-09-12 15:27 Peter Dyballa
  2008-09-17  8:36 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Dyballa @ 2008-09-12 15:27 UTC (permalink / raw)
  To: emacs-pretest-bug

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

Hello!

Since some time mode-line contains the frame's title, for which  
reason ever. It wastes so much space that I can't see the important  
parts of mode-line. Trying to customise mode-line-format creates a  
blob (well, actually it's ASCII like) in my init file.

Is there no short and efficient way to switch the repetition of the  
frame title off? For me it's not that difficult to read big letters ...

--
Greetings

   Pete

It's not the valleys in life I dread so much as the dips.
				– Garfield




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

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

* bug#972: 23.0.60; frame-title in mode-line
  2008-09-12 15:27 bug#972: 23.0.60; frame-title in mode-line Peter Dyballa
@ 2008-09-17  8:36 ` Kevin Rodgers
  2011-07-10  0:57   ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2008-09-17  8:36 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: emacs-pretest-bug

Peter Dyballa wrote:
>   Hello!
> 
> Since some time mode-line contains the frame's title, for which reason 
> ever. It wastes so much space that I can't see the important parts of 
> mode-line. Trying to customise mode-line-format creates a blob (well, 
> actually it's ASCII like) in my init file.
> 
> Is there no short and efficient way to switch the repetition of the 
> frame title off? For me it's not that difficult to read big letters ...

Try:

(setq-default mode-line-format
	      (delete 'mode-line-frame-identification mode-line-format))

-- 
Kevin Rodgers
Denver, Colorado, USA








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

* bug#972: 23.0.60; frame-title in mode-line
  2008-09-17  8:36 ` Kevin Rodgers
@ 2011-07-10  0:57   ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2011-07-10  0:57 UTC (permalink / raw)
  To: 972-done


By default, the mode-line only contains the frame name if
window-system is nil or you are using the MS DOS build, so I suspect
some local configuration error.






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

end of thread, other threads:[~2011-07-10  0:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-12 15:27 bug#972: 23.0.60; frame-title in mode-line Peter Dyballa
2008-09-17  8:36 ` Kevin Rodgers
2011-07-10  0:57   ` Glenn Morris

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