minibuffer Questions

4

I see I can go back history of command by using "M-p" in minibuffer. But I want to see all of command I used in minibuffer. Thanks.
Bernadinebernadotte asked 16/2, 2014 at 11:29

1

I am using GNU Emacs 24.4.1 (edit: also seen with 24.5.1). Some old output from vc-mode (I think) is appearing in the minibuffer: Auto-merging foo/bar I am not doing any version control operatio...
Severable asked 24/6, 2015 at 9:36

3

Solved

I am fairly new to emacs, and I'm having a problem with the minibuffer remaining active when I don't think it should be. I have the following mapping for 'other-window: (global-set-key (kbd "M-s...
Mapes asked 9/5, 2014 at 16:18

2

When I tab-complete in a minibuffer and Emacs displays a completion list in a new buffer, how do I switch to that buffer without using the mouse? I tried C-x o, but that just switched to the first...
Occidental asked 6/8, 2013 at 15:11

2

Solved

I have a function that launches programs asynchronously: (defun app (app-name) (interactive "sRun application: ") (async-shell-command app-name)) And i have a list of all executables from whic...
Buffer asked 26/7, 2012 at 11:55

1

Solved

I'm curious, whether it is possible to separate echo area and minibuffer, so two different places (lines, panes, frames) are used for output of messages and input of commands. As it is said in Hid...
Tann asked 8/4, 2012 at 14:8

2

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 l...
Fettling asked 23/10, 2011 at 21:41

2

Solved

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...
Hagi asked 11/6, 2010 at 12:58

1

Solved

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.
Thiazole asked 30/4, 2010 at 5:21

1

Solved

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 ...
Rehm asked 22/2, 2010 at 1:25

1

Solved

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 res...
Meander asked 21/11, 2009 at 16:11
1

© 2022 - 2024 — McMap. All rights reserved.