Questions tagged [default]
The default tag has no summary.
24 questions
0
votes
2
answers
572
views
Emacs default directory
I have the following statement in two installations of emacs
(setq default-directory "~/.emacs.d/")
followed by
(load-file "keyboard.el")
One installation finds the file, the ...
0
votes
2
answers
238
views
How to make optional parameters default to true?
In the question Optional parameter defaults, the suggested way to set default value for the parameter of an elisp function is along the lines of:
(defun my-command (a &optional b)
(command-...
1
vote
2
answers
263
views
Make the minibuffer prompt always have a default argument
Is it possible to make the first history item available as the default argument when running commands like eval-expression and goto-line?
I'd like to be able to just press enter to use the previous ...
3
votes
2
answers
963
views
Why does Emacs not load the init file when using sudo?
My Emacs init file works fine in general. But, if I am in my home directory and if I execute:
pwd
/home/pedro
sudo emacs /etc/nixos/hosts.nix
For some reason, this opens vanilla Emacs without ...
1
vote
1
answer
126
views
Setting default values on optional arguments
Have set the last three function arguments to optional. When calling the elisp
function in code (rather than interactively), how can I check the optional arguments
fol nil?
When brcmk-end in nil, I ...
1
vote
1
answer
165
views
How do you target the present directory, once in a while, with do-what-I-mean enabled?
After setting Dired do-what-I-mean
(setq dired-dwim-target t)
which, quoting the man pages
If non-nil, Dired tries to guess a default target directory. This
means: if there is a Dired buffer ...
0
votes
1
answer
51
views
is there a shortcut to re-type the original filename and then edit it, when at the dired copy (C) minibuffer prompt
While in a dired buffer, after pressing C to copy a file, often the new filename you want is actually a variation of the original file name. Is there a easy way to get original file name in to the ...
1
vote
2
answers
1k
views
How to wrap lines at window edge
My default line wrapping is 'truncate long lines'.
How can I change it to 'wrap line at window edge' ?
1
vote
0
answers
60
views
Two versions of Emacs on MS Windows: change the default "emacs" binding in the MS Windows shell
I have got two versions of Emacs on my Windows 10 laptop: Emacs 25.3.1 (x86_64-w64-mingw32) and Emacs 26.1 (build 1, x86_64-w64-mingw32). I would like the windows shell to run the 26.1 version by ...
1
vote
1
answer
464
views
setq in init file not overriding the default for indent-tabs-mode
It works when using setq-default in place of setq or when customizing through C-h v. C-h v reports that it is set in 'C source code'.
I was thinking it might be affected by my c-default-style, but my ...
0
votes
0
answers
2k
views
Cannot set default theme. Dark theme even if loaded without .emacs and without .emacs.d
When I load emacs without any configuration I see a dark theme:
There is no way for me to get back to the default theme. I tried the following:
M-x disable-theme: no theme is enabled
M-x customize-...
2
votes
2
answers
1k
views
Change permanently font size in Aquamacs
I have been looking on the web to the existing answers to this question, but non of them works for me.
I would like to change the default font size for all frames in Aquamacs 3.3 GNU Emacs 25.1.1 (...
5
votes
2
answers
2k
views
Set a global default directory
I want a "default directory" which is constant across all contexts
(buffers, packages, etc). That is, when working on multiple files,
opening a new terminal, doing anything which requires a starting
...
2
votes
3
answers
405
views
call write-file interactively with prompting
I have a function that creates a buffer, with a default file name, and would like the first user action for that buffer be a prompt to write the buffer to a file, allowing the user to change the ...
1
vote
1
answer
109
views
Switch back to default font on widening
Running emacs 25.2.2 on Kubuntu 17.10.
I have an Org mode file that is mostly in English but certain headlines contain text in Devanagari.
From Options -> Set Default Font, I have chosen Hack 13 ...