Questions tagged [backslash]
The backslash tag has no summary.
7 questions
0 votes
1 answer
30 views
Using path to lisp implementation that contains spaces with SLIME and inferior-lisp-program
I'm trying to setup a common lisp environment because I wanted to start learning it but been having some trouble setting it up. I noticed that spaces were the problem when I used debug-on-error and ...
1 vote
1 answer
100 views
flush-lines fails in script but works when called otherwise
I'm very new to programming in Elisp so maybe the mistake is there but I'm completely stuck right now. I wanted to make a small, simple Elisp function to remove the AUTOs from my Verilog files so I ...
0 votes
2 answers
2k views
How to type a backslash in emacs "\"
I'm on Prelude, and there is no way I can type a \. I was thinking maybe I should create a keybinding but I don't know how to create it to output a character such as \. Any help welcome! Thank you!
3 votes
1 answer
699 views
Yasnippet including backslash
I would like to use Yasnippet to insert the template for a latex inline equation: \( \) The snippet is defined: # -*- Mode: snippet -*- # name: inline equation # key: ineq # -- \( \) But ...