Skip to main content

Questions tagged [variables]

for variables in Emacs Lisp, which are symbols with values. The symbol’s name is also called the variable name. Most variable names, by convention, consist of lowercase, ordinary words separated by hyphens.

0 votes
0 answers
26 views

Every time I start up spacemacs, some variables are not defined. I get: "Symbols function definition is void: nil" However, when I refresh the configuration (SPC f e R), everything works ...
kai90's user avatar
  • 113
0 votes
1 answer
109 views

I'm attempting to centralize my key-binds in my org-literate Emacs config, that expands out to a series of use-package declarations. The issue I'm having is with the passing of keys as variables into ...
Alex Stragies's user avatar
0 votes
0 answers
26 views

Version: GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.0) I have an emacs configuration file which has followed me around through numerous different versions. ...
Alasdair McAndrew's user avatar
0 votes
2 answers
93 views

I'm using the built in use-package macro of GNU Emacs 29.4. When I do (use-package magit :bind ("C-x g" . magit)) magit does not get loaded on emacs startup, as expected. But when I use ...
bird-dancer's user avatar
0 votes
1 answer
57 views

How can I tell emacs/e-lisp to check if a user defined variable is a full path to a file or just a folder name? Currently, for one particular mode, user can just define variable for a sqlite database ...
kakk11's user avatar
  • 103
0 votes
0 answers
57 views

I'm using emacs29 on linux. At present, if I load a file with the extension '.tsx', and then do 'M-x lsp-mode' I get an error: 'Symbol’s value as variable is void: lsp-ada-project-file' I assume that ...
bob.dobbs's user avatar
  • 111
3 votes
1 answer
90 views

Dealing with a one-file elisp package, I wonder if there is a nice way to see unused functions and variables after some major refactoring. I can go through the code and do xref-find-references. But ...
Harald's user avatar
  • 404
1 vote
1 answer
64 views

If I modify the isearch-filter-predicate variable with add-function and I do: (message "%s" isearch-filter-predicate) I get: "#[128 \304\300"\205\0\304\301"\207 [skip-...
Gabriele's user avatar
  • 1,720

15 30 50 per page
1
2 3 4 5
15