Skip to main content

Questions tagged [skeleton]

0 votes
1 answer
65 views

I have a main skeleton and a subskeleton, both defined with define-skeleton. I would like to insert the subskeleton from the main one, using its name. (define-skeleton my-subskeleton "My ...
Tristan's user avatar
  • 459
2 votes
2 answers
393 views

I am very confused by the definitions of define-skeleton and skeleton-proxy-new in skeleton.el in the emacs source (version 28.1). The command generated by the define-skeleton macro has the ...
q.undertow's user avatar
1 vote
1 answer
205 views

§12 Skeleton Language lists, as an element of a skeleton input list, skeleton Subskeletons are inserted recursively, not once, but as often as the user enters something at the subskeletons ...
RoUS's user avatar
  • 121
0 votes
1 answer
141 views

I have a large set of abbreviations I defined inside an abbrev-table. Take one of them: (define-abbrev-table 'latex-mode-abbrev-table '(("ff" "my abbreviation!" 0 nil))) If I run a predefined ...
Cosmic Sleuth's user avatar
0 votes
1 answer
161 views

I am using the following function to make a new text file containing premade rows. The text file is named with a date and time tag, and stored in a /notes/ folder. (defun myfun-create-file-with-rows(...
myotis's user avatar
  • 1,159
0 votes
1 answer
171 views

I recently got a new Chromebook and installed Ubuntu via crouton. I then installed Emacs 23 and transferred my .emacs file to the new machine. However, a few of my key rebindings have been ...
Zach's user avatar
  • 103
1 vote
1 answer
236 views

In the following skeleton definition, I like to have quote characters ", ` and ' in the generated skeleton code. For example, I like to have the effect of #+NAME:a-function-test #+BEGIN_SRC ...
Yu Shen's user avatar
  • 501
6 votes
2 answers
622 views

When editing LaTeX code, the command latex-close-block inserts an \end{..} that matches the last unclosed \begin{..}. Very handy! Is there a similar command in c-mode that would close a pending #...
phs's user avatar
  • 1,259

15 30 50 per page