Skip to main content

Questions tagged [history-variables]

Filter by
Sorted by
Tagged with
3 votes
1 answer
111 views

The cd command like the shell command of the same name changes directory. recentf allows to remember file across emacs/OS restarts. Now cd uses the recentf history on M-p. But non-directory files ...
Rusi's user avatar
  • 387
1 vote
1 answer
90 views

I previously asked this question about cycling through recently used tabs, and nobody could come up (yet) with something like I was looking for. However, I found that basically all the ingredients to ...
Alexander Praehauser's user avatar
0 votes
1 answer
85 views

In some cases, I often run the same command, say my-common-fun, which I call subsequently with M-x M-p RET, and occasionally run another command, such as my-occasional-fun. I want to call the latter ...
ginjaemocoes's user avatar
  • 2,009
1 vote
1 answer
109 views

Whenever I call (describe-variable) , there is no history of what variables I've recently viewed. Is there a way to enable it to have some kind of history?;)
Jason Hunter's user avatar
  • 1,246
0 votes
2 answers
407 views

I want to quickly access recently visited files with ivy/counsel. In my init.el I have: (use-package counsel :bind (("M-x" . counsel-M-x) ("C-x b" . counsel-switch-...
Durtal's user avatar
  • 101
0 votes
1 answer
113 views

Whilst M-ping back through history in execute-extended-command, I see many commands are ones which have already appeared earlier (ie more recently). Is there an option which works similar to (setq ...
C4ffeine Add1ct's user avatar
0 votes
0 answers
87 views

How can we save and retrieve all the grep searches that we do using M-x grep command into history ?
user982042's user avatar
0 votes
0 answers
240 views

Probably it is misunderstanding of Elisp execution model by I think some variables are only pollute runtime. For example let's consider read-string argument HISTORY. Probably user don't need to know ...
gavenkoa's user avatar
  • 3,582
0 votes
1 answer
195 views

Following answer related to “Open Recent” in Emacs indicates that After you press C-x C-f, press up and down to navigate the history of opened files. I have added following lines but they do not ...
alper's user avatar
  • 1,570
1 vote
3 answers
454 views

I've been trying to create a command that, when run, calls another function (my-function) which reads from the minibuffer and does some processing on the input. I want the command history for this ...
Federico's user avatar
  • 257
0 votes
1 answer
72 views

I'm executing sparse tree queries programmatically, and I'd like to save the search queries in the same history variable that org-mode uses by default. I'm guessing I can/should do this with add-to-...
Ivan Perez's user avatar
1 vote
0 answers
52 views

I added in the following command to my .emacs but it doesn't seem to work: (add-to-list 'savehist-additional-variables 'winner-ring-alist) Is there a way to get the winner-undo history to save ...
J Spen's user avatar
  • 181
3 votes
3 answers
1k views

I would like it if my Emacs were to save the M-x calls in most-recently used order and if this order could persist and grow across restarts/other sessions. I am using Helm, so I guess I should be ...
kuwze's user avatar
  • 191
0 votes
1 answer
59 views

Windows 10, Emacs 26.1, Icicles, In scratch buffer I search text "buffer" by command "I-Search" 2.Open test.txt and run command "replace-string" Start helm-occur and set pattern hello Then I want to ...
a_subscriber's user avatar
  • 4,386
2 votes
3 answers
3k views

windows 10, Emacs 25.1, Helm I open buffer scratch and execute 3 commands sequence: M-x I-search helm-occur replace-string here sreenshots: Nice. It's work fine. But now I want to show in list all ...
a_subscriber's user avatar
  • 4,386

15 30 50 per page