home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.bug
- Path: sparky!uunet!cis.ohio-state.edu!uiucmath.math.uiuc.edu!dan
- From: dan@uiucmath.math.uiuc.edu (Daniel R. Grayson)
- Subject: invalid buffer-file-name crashes emacs
- Message-ID: <9208122142.AA03026@uiucmath.math.uiuc.edu>
- Sender: gnulists@ai.mit.edu
- Reply-To: dan@math.uiuc.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 12 Aug 1992 21:42:01 GMT
- Approved: bug-gnu-emacs@prep.ai.mit.edu
- Lines: 8
-
- Do this to make emacs 18.58 crash with an illegal instruction on a vaxstation
- II running Ultrix 2.0.
-
- (find-file "junk.foo")
- (setq buffer-file-name (cons "asdf" "qwer"))
- (insert "asdf")
-
-
-