Skip to main content

All Questions

Tagged with or
2 votes
1 answer
126 views

I'm still going to improve it but I left my emacs to my liking. I really liked having this freedom to leave the ide as I like, most don't give you that. I'm even thinking about making an IDE in the ...
Bruno Ciccarino's user avatar
2 votes
1 answer
87 views

I made a function that prompts me for values of variables (formatted %^{var1}) it found in a string and fills in said values. ...
my_display_name's user avatar
5 votes
1 answer
151 views

I've made a little function for myself that replaces certain variables to text in an org file. I declare a bunch of variables in the beginning of the file and then the function replaces all references ...
my_display_name's user avatar
3 votes
1 answer
317 views

nov.el does not provide an easy function to search the whole of the ebook content. Every search performed on buffer only applies to the "document" or ...
Sati's user avatar
  • 427
0 votes
2 answers
343 views

I wanted to split a list into 2 parts, as per the chosen size, first the size and then the list. Example: (split 3'(1 3 5 7 9)) ...
The Nightm4re's user avatar
1 vote
1 answer
85 views

I decided to create a portable Emacs config and install packages I use if it's necessary on a fresh computer. Here is what I've done: ...
user4035's user avatar
  • 303
5 votes
0 answers
119 views

Motivation While working on a completely unrelated task, I wanted to share a screenshot of my current Emacs frame, but not of the actual text contents. And while GIMP's pixelate filter did the job, I ...
Zeta's user avatar
  • 19.6k
6 votes
1 answer
140 views

Motivation Previously, on the Emacs stack exchange: In Org mode, when I open a link (C-c C-o) [...] [that] contains a wildcard, such as file:3_o*.pdf, Emacs opens ...
Zeta's user avatar
  • 19.6k
3 votes
1 answer
74 views

I've written an interactive function which lets me shudown, reboot my machine as well as put it to sleep. I'm using emacs and I'm just starting out getting into ELISP programming. As I'm a total ...
Artemios Antonio Balbach's user avatar
2 votes
0 answers
248 views

I decided it would be fun to implement Conway's Game of Life (CGOL) in Emacs Lisp as my first elisp script. My goals for the implementation were pretty simple Transform current buffer into the next ...
mjgpy3's user avatar
  • 729
4 votes
2 answers
131 views

I'm trying to find pangrams ie sentences that contain all the letters of the alphabet, for instance "The quick brown fox jumps over the lazy dog". I'm an absolute beginner in elisp, and it ended up ...
little-dude's user avatar
2 votes
1 answer
76 views

Sometimes I have the date as part of the file name. And then when Emacs autocompletes the file name, it puts the part of the date. In these situations I have to write the rest of the date manually. ...
andrei-n's user avatar
  • 125
9 votes
1 answer
147 views

Motivation I recently picked up Emacs. As part of the process, I've started to configure the editor to fit my needs with Emacs Lisp. The Elisp indentation rules are still foreign to me, so I pretty ...
Zeta's user avatar
  • 19.6k
6 votes
1 answer
266 views

Problem I use Emacs for Python development along with several linters. When I activate a Python virtual environment (venv) from within Emacs, I would like to set the linter binaries according to the ...
kmdouglass's user avatar
2 votes
0 answers
863 views

Every once in a while I need to convert numbers between bases. As far as I'm aware there are no existing commands that let you do this in Emacs, so I added some. These functions convert numbers at ...
Caterpillar's user avatar

15 30 50 per page