unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* mode-line question
@ 2003-01-03  2:33 Jayakrishnan Nair
  0 siblings, 0 replies; only message in thread
From: Jayakrishnan Nair @ 2003-01-03  2:33 UTC (permalink / raw)


Hi,

This is a question about 21.2.1

In my modeline, i have the which-function at the end
of the list. sometimes if the file name is too big,
then i cannot see the which-func. I want to move it to
the front of the list, immediately after the
file-name. i tried playing with default-mode-line and
could not get it working.

my current mode-line string is given below. could
someone change that so that the which-func comes
immediately after the file name.



(#("-" 0 1
   (help-echo "mouse-1: select window, mouse-2: delete
others, mouse-3: delete ..."))
 mode-line-mule-info mode-line-modified
mode-line-frame-identification
mode-line-buffer-identification
 #("   " 0 3
   (help-echo "mouse-1: select window, mouse-2: delete
others, mouse-3: delete ..."))
 global-mode-string
 #("   %[(" 0 6
   (help-echo "mouse-1: select window, mouse-2: delete
others, mouse-3: delete ..."))
 (:eval
  (mode-line-mode-name))
 mode-line-process minor-mode-alist
 #("%n" 0 2
   (help-echo "mouse-2: widen" local-map
	      (keymap
	       (mode-line keymap
			  (mouse-2 . mode-line-widen)))))
 #(")%]--" 0 5
   (help-echo "mouse-1: select window, mouse-2: delete
others, mouse-3: delete ..."))
 (which-func-mode
  ("" which-func-format
   #("--" 0 2
     (help-echo "mouse-1: select window, mouse-2:
delete others, mouse-3: delete ..."))))
 (line-number-mode
  (#("L%l" 0 3
     (help-echo "mouse-1: select window, mouse-2:
delete others, mouse-3: delete ..."))
   #("--" 0 2
     (help-echo "mouse-1: select window, mouse-2:
delete others, mouse-3: delete ..."))))
 (column-number-mode
  (#("C%c" 0 3
     (help-echo "mouse-1: select window, mouse-2:
delete others, mouse-3: delete ..."))
   #("--" 0 2
     (help-echo "mouse-1: select window, mouse-2:
delete others, mouse-3: delete ..."))))
 (-3 .
     #("%p" 0 2
       (help-echo "mouse-1: select window, mouse-2:
delete others, mouse-3: delete ...")))
 #("-%-" 0 3
   (help-echo "mouse-1: select window, mouse-2: delete
others, mouse-3: delete ...")))



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-03  2:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-03  2:33 mode-line question Jayakrishnan Nair

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