|
|
1.1 ! root 1: ; This file is for use by TeX82 (see man page) to allow switching to ! 2: ; Emacs at a line number given on the command line ! 3: ; It assumes that it has been called by: ! 4: ; emacs -l tex-start -e startline <linenumber> <file> ! 5: ! 6: (defun startline () ! 7: ;(setq command-line-args (cdr command-line-args)) ! 8: (find-file (car (cdr command-line-args))) ! 9: (goto-char (point-min)) ! 10: (forward-line (1- (string-to-int (car command-line-args)))) ! 11: (setq command-line-args ()))
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.