help-gnu-emacs
[Top][All Lists]
Advanced

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

mode-line question


From: Jayakrishnan Nair
Subject: mode-line question
Date: Thu, 2 Jan 2003 18:33:46 -0800 (PST)

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



reply via email to

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