Skip to main content

Questions tagged [prompt]

Filter by
Sorted by
Tagged with
0 votes
1 answer
89 views

Running emacs -Q for emacs 29.4 (build 2, x86_64-w64-mingw32): ~/.ssh $ cd /ssh:oracle-root:/ /ssh:oracle-root:~/ $ pwd /ssh:oracle-root:/home/opc/ /ssh:oracle-root:~/ $ /bin/pwd / There should be ~/...
StackExchanger's user avatar
1 vote
0 answers
49 views

Billions of years ago (maybe in emacs18) the behavior of C-x C-v (find-alternate-file) changed. The current behavior is described in the manual thus: "When C-x C-v reads the file name to visit, ...
Silvio Levy's user avatar
1 vote
1 answer
108 views

I recently upgraded to Emacs 29.1 from Emacs 26.3. I primarily use Emacs as a LaTeX document editor. One of the things I do is use loops to select and isolate regions in the buffer for operations. In ...
Gabriele's user avatar
  • 1,720
1 vote
1 answer
72 views

I have this example function: (defun my-test () (interactive) (read-string "Very\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nvery\nlong-prompt: ")...
Gabriele's user avatar
  • 1,720
2 votes
1 answer
145 views

Dozens of times per day i tap C-x m to build, then discover something i need to change, change it, tap C-x m again, and get a prompt from Emacs: A compilation process is running; kill it? (yes or no) ...
sgbeal's user avatar
  • 23
2 votes
2 answers
842 views

I want to debug some C++ code in emacs with gdb. I tried to enter gdb with the command: M-x RET gdb RET Then I get a prompt that reads: Enable debuginfod for this session? (y or [n]) Whatever I type,...
MySQLInjection's user avatar
0 votes
0 answers
37 views

I am having a problem with the built-in function read-event and I'd like to make sure I am using it in the proper manner before reporting this as a bug. Here is a description of my problem: In the *...
Ruy's user avatar
  • 891
1 vote
1 answer
72 views

As a starting point, this: (defvar myfoo "~/org/test-file-1.org" "myfoo") ; C-x C-e (defun mybar() (newline-and-indent) (insert-file-contents myfoo)) ; C-x C-e (mybar) ; C-x C-e ...
user avatar
2 votes
1 answer
104 views

When a new user types M-x narrow-to-region, Emacs will prompt for a query: Please type y, n, ! or SPC (the space bar): _ where the _ stands for a cursor. Thus, Emacs only accepts these 4 character ...
shynur's user avatar
  • 6,200
2 votes
1 answer
146 views

I use git-gutter to keep track of git changes in my buffer while editing. I created this hydra to speed up commits a bit more (when I don't feel like using magit - often because this "takes me ...
Att Righ's user avatar
  • 837
3 votes
1 answer
99 views

I have the following prompt customization for Eshell: (setq eshell-prompt-function (lambda () (let ((c "#fdd")) (let ((bc (lambda (str) (...
ceving's user avatar
  • 1,398
0 votes
1 answer
272 views

I have this little LaTeX helper function: (defun my--insert-chord (chord) "Prompt for a CHORD and insert it at point. TODO: make it agnostic to the package used." (interactive "...
Alessandro Bertulli's user avatar
0 votes
1 answer
114 views

I have Emacs running as a package in MobaXterm The problem is that Emacs has very ugly prompt. If I disable PS1 in .bashrc than it works in Emacs fine but change MobaXterm terminal as well. Hence I ...
susja's user avatar
  • 137
1 vote
1 answer
323 views

I'm using the org-pomodoro, and I have added a function to the org-pomodoro-started-hook that prompts the user for a reminder for what they should do during the break. However, I don't want to call ...
telotortium's user avatar
2 votes
2 answers
281 views

In the linux terminal, i often use wildcards (*) as a shorter alternative to type in the whole file name: if the file is named foo-and-cats I just type in something like fo* in order to pull up the ...
thinksinbinary's user avatar

15 30 50 per page