Skip to main content

Questions tagged [which-function-mode]

0 votes
0 answers
252 views

Trying to get the modeline to show the current c++ function point is in, I modified my modeline in the following way: (setq-default mode-line-format (quote (#(" &...
CD86's user avatar
  • 603
0 votes
1 answer
89 views

I was looking around in foreign but public init.el files and setup a which-function-mode that use the headline instead of the modeline for it's content. I couldn't find a use-package example for that ...
buhtz's user avatar
  • 789
0 votes
1 answer
465 views

I modified my mode-line, but now which-function-mode stopped working: nothing is displayed. Code: (setq mode-line-position (list '(:eval (propertize "L%l " 'face nil 'help-echo "Line number")) ...
GrB's user avatar
  • 229
7 votes
2 answers
600 views

In CSV files (especially ones with a lot of columns and/or a lot of rows) I find that it's hard to tell which column I'm on. Normally I'd like to know either the column heading, or sometimes the ...
Croad Langshan's user avatar
2 votes
0 answers
42 views

When using which-function-mode, emacs displays not only the current function name but also the name of the module I am in. Is there a way to have which-function-mode display only the immediate ...
Ben's user avatar
  • 647