Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
320 views

How to have a different buffer list for each tabs in Vim?

Is it possible to kind of "attach" a list of buffers to particular tabs within Vim? I am currently using MiniBufferExplorer, which shows all buffers in nice tabs. It can be combined using standard vim ...
3
votes
1answer
166 views

In Emacs, how do I display a message in the minibuffer with font face properties?

I want to display a colored string of text in the minibuffer, but when I use the 'message' function, the text-properties of are stripped.
2
votes
1answer
51 views

Emacs New File Confirmation during Find-File Completion

Some Emacs package I use has turned off the find-file confirmation for choosing a new non-existing file that matches parts of existing file-names shown during completion. I want this confirmation back ...
2
votes
1answer
257 views

Emacs: Disable line truncation in minibuffer only

I am using ido mode for file & buffer switching in Emacs 23. The following options allow the minibuffer to be resized if there is more than one line worth of files in the directory: (setq ...
1
vote
2answers
67 views

How to simulate return in emacs minibuffer

What I want to do is, when I find myself using a function that prompts me for a value, and this value is ALWAYS the right one, to be able to bind the function to a key and auto-accept the answer, ...
1
vote
2answers
109 views

Altering the font size for the Emacs minibuffer separately from default emacs?

I've been attempting to alter the font / face for the emacs minibuffer separately from emacs default fonts, but without much luck. Specifically, I'm interested in making the minibuffer font size ...
1
vote
1answer
87 views

How to set SPC to act as Enter in minibuffer mode?

When I edit in minibuffer mode, I must press Enter to exit minibuffer. But I prefer to use Space. "Space" completes word again and again. When the message is "Sole Completion", press Space to ...
1
vote
2answers
190 views

How can I prevent the mini-buffer from displaying previous commands in Emacs?

I am not even sure this is a previous command or a non-finished command or whatever, but I do know I really don't like it. My problem is that some commands (or messages, or whatever) get stuck in ...
1
vote
3answers
186 views

Simulate minibuffer input in Emacs

I'm looking for a way to simulate minibuffer input. So, some-func takes some input from the minibuffer and does something with it. The problem is that I have to call some-func from some other function ...
0
votes
3answers
110 views

dynamic expansion in minibuffer no longer works when upgrading from Emacs 21.2

Continuing my process of migrating the latest & greatest Emacs 23.2, I hit another unpleasant surprise: dynamic expansion in minibuffer no longer works! By "dynamic expansion in the minibuffer" I ...