- 04 Feb, 2001 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 22 Dec, 2000 2 commits
-
-
Stefan Monnier authored
the region is also re-indented. (skeleton-end-newline): New var. (skeleton-end-hook): Use it.
-
Stefan Monnier authored
the region is also re-indented.
-
- 14 Dec, 1998 1 commit
-
-
Karl Heuer authored
-
- 24 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 23 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 20 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 16 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
to `regions', and bind `skeleton-regions' with let. (skeleton-read): Rename arg STR to PROMPT.
-
- 28 Dec, 1996 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(skeleton-insert, skeleton-internal-1): Set skeleton-marks.
-
- 12 Oct, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 28 Jun, 1996 1 commit
-
-
Richard M. Stallman authored
(define-skeleton): Define the skeleton as a defun using skeleton-proxy-new.
-
- 24 Jun, 1996 1 commit
-
-
Richard M. Stallman authored
(skeleton-pair-insert-maybe): Rewritten to support autowrapping. (mirror-mode): Fixed change of pair-* to skeleton-pair-*. Also pairs 8 bit characters.
-
- 22 Jun, 1996 1 commit
-
-
Richard M. Stallman authored
(skeleton-abbrev-cleanup): Added variable documentation. (skeleton-proxy): Added optional autowrappping feature. (skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook' instead of someday to be obsolete defer.
-
- 16 Jun, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 01 Mar, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 14 Jan, 1996 1 commit
-
-
Erik Naggum authored
-
- 04 Jan, 1996 1 commit
-
-
Karl Heuer authored
-
- 03 Nov, 1995 1 commit
-
-
Karl Heuer authored
pushing out anything following skeleton to next line. Thus this behaviour can now be controlled by modes. (skeleton-insert): Parameter `no-newline' removed. (skeleton-read): Take this into account. (skeleton-internal-1): Less spurious empty lines when wrapping.
-
- 19 Aug, 1995 1 commit
-
-
Karl Heuer authored
(skeleton-internal-1): Use it for indenting after \n because previous behaviour was only useful for `sh-script.el' and old `ada.el'. Other modes now get their own indentation. (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New' variables for passing between the mutually recursive functions of the skeleton engine. Introduced to remove compiler warnings. (skeleton-proxy): New argument `str' to make this settable when calling a skeleton as a function. (skeleton-insert): New argument `str' to pass down. Element `\n' now usually indents according to mode. Subskeletons may also have a list of strings as iterator. Earlier modification also removed meaning of `quit' -- I did not put it back in since it's useless. When quitting out of a subskeleton while still wrapping around text don't duplicate first line of that text. (skeleton-end-hook): New hook useful say for modes that leave a `;' on an empty line to indent right and then want to clean it up when doing a skeleton there.
-
- 15 Aug, 1995 1 commit
-
-
Karl Heuer authored
(skeleton-insert): If skeleton doesn't fit in window, put beginning at top before going to _ point. (skeleton-internal-list): Rewritten so that resume: sections pertain only to inferior skeletons and make str available there (skeleton-read): Don't quit and remove partial skeleton when empty string entered for outer iterator. Added implicit argument `input'. (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x rather than backquote's (` x) or own (list 'x)
-
- 20 Jul, 1995 1 commit
-
-
Richard M. Stallman authored
(skeleton-pair-insert-maybe): Renamed from pair-insert-maybe. (skeleton-pair, skeleton-pair-filter, skeleton-pair-alist) (skeleton-pair-on-word): Renamed from pair-... (mirror-mode): Commented out.
-
- 07 Jul, 1995 1 commit
-
-
Karl Heuer authored
(skeleton-filter, skeleton-untabify, skeleton-further-elements) (skeleton-abbrev-cleanup): New variables (skeleton-proxy, skeleton-abbrev-cleanup): New functions (skeleton-insert): Sublanguage element < must now be handled via `skeleton-further-elements' (used only in sh-script and ada). Lisp expressions can be quoted to ignore the return value. (skeleton-read): New name for `skeleton-internal-read' because this may be useful in skeletons. (local-variables-section): New skeleton command, might go to simple.el.
-
- 07 May, 1994 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 22 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
-