Skip to main content

Questions tagged [thing-at-point]

0 votes
1 answer
56 views

How can I call describe-symbol interactively, but print the result in help-frame. (defun qdesc () (interactive) (let* ( (help-frame (make-frame `( (name . "Help") ...
Filangieri's user avatar
0 votes
1 answer
46 views

I have written the following function to shorten a string: (defun shorten-hash () "Shorten string (forward or backwards) to eight characters; particularly for shortening hashes" (...
Jake Ireland's user avatar
0 votes
0 answers
73 views

I used to have the below function from https://www.emacswiki.org/emacs/SearchAtPoint#h5o-6 that allows to search for symbol under the cursor by typing C-s C-w, and by typing C-w, I would append the ...
klebsiella's user avatar
0 votes
1 answer
137 views

Are there tools for highlighting by context? When writing my configuration code, I constantly get into the difficulty of figuring out where in the different block of code I am modifying. Looking for ...
Dilna's user avatar
  • 1,473
0 votes
1 answer
65 views

The search-forward function takes four arguments: (search-forward "target-string" limit-of-search what-to-do-if-search-fails repeat-count) ...
Emmanuel Goldstein's user avatar
0 votes
1 answer
101 views

I am trying to filter URLs and elisp thing-at-point 'url doesn't bounds a url properly because it has backslashes \in it. I believe that backslashes are unsafe in urls, but that's a separate topic. ...
Ajned's user avatar
  • 794
8 votes
2 answers
1k views

I want a complete list of things that works with thing-at-point. The documentation states: Possibilities include `symbol`, `list`, `sexp`, `defun`, `filename`, `url`, `email`, `word`, `sentence`, `...
user1002146's user avatar
2 votes
2 answers
658 views

I want to copy the name of the symbol at point, without using the mouse. (global-set-key (kbd "C-s C-c") '<copy_word>) Possible word marking as i-search does on the following example usage (...
alper's user avatar
  • 1,570

15 30 50 per page