Skip to main content

Questions tagged [symbols]

1 vote
1 answer
73 views

What's the difference between these two? (setq foo "bar") (setq foo 'bar)
Microsoft Linux TM's user avatar
0 votes
0 answers
55 views

I have set values of bibtex-completion-bibliography, bibtex-completion-notes-path and bibtex-completion-library-path in a .dir-locals.el file. The .dir-locals file looks like this: ;;; Directory Local ...
PhilC's user avatar
  • 21
3 votes
1 answer
143 views

When I run the following three lines with eval-region (defcustom custom-var "some-custom-value" "for testing only") (setq indirectRef (make-symbol "custom-var")) (message ...
Harald's user avatar
  • 404
0 votes
0 answers
42 views

I use etags to find functions in my C code and everything works fine when I'm in a .c (or .h) file. If I use the find-tag key (M-.) when the buffer is a different type of file (.txt) the tag search ...
ned3000's user avatar
0 votes
1 answer
89 views

Context: Emacs version 29.0.60 ; function goto-char An example of misleading symbol/function naming making it necessary to consult the documentation in order to use it the right way is the Emacs ...
oOosys's user avatar
  • 515
2 votes
2 answers
236 views

I am reading the GNU Emacs Lisp Reference Manual, 9.3 Creating and Interning Symbols: Each element of the obarray is a bucket which holds all the symbols with a given hash code; to look for a given ...
shynur's user avatar
  • 6,200
0 votes
2 answers
308 views

I want to do this. (let ((myvar "my/variable") (myval "Some Value")) (setq myvar myval)) The manual method is: (setq "my/variable" "Some Value") Here ...
ritchie's user avatar
  • 169
3 votes
1 answer
37 views

I want isearch-forward-symbol-at-point to also save to the kill-ring. How can I accomplish that please?
CD86's user avatar
  • 603

15 30 50 per page
1
2 3 4 5 6