DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦1b9118741⟧ TextFile

    Length: 356 (0x164)
    Types: TextFile
    Names: »tex-start.ml«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXemacs/tex-start.ml« 
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXemacs/tex-start.ml« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXemacs/tex-start.ml« 

TextFile

; This file is for use by TeX82 (see man page) to allow switching to
; Gosling's Emacs at a line number given on the command line
; It assumes that it has been called by:
;	emacs -ltex-start -estartline linenumber file

(defun
    (startline lineno
	(visit-file (argv 4))
	(setq lineno (argv 3))
	(provide-prefix-argument (- lineno 1) (next-line))
    )
)