Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!ihnp4!icom!andy From: andy@icom.UUCP (Andrew H. Marrinson) Newsgroups: net.emacs Subject: Re: Indentation Query about lisp-mode. Message-ID: <722@icom.UUCP> Date: Sat, 11-Oct-86 15:08:55 EDT Article-I.D.: icom.722 Posted: Sat Oct 11 15:08:55 1986 Date-Received: Sun, 12-Oct-86 13:14:35 EDT References: <806@aimmi.UUCP> Organization: ICOM Sys., Arlington Hts, IL Lines: 18 russell@aimmi.UUCP (Russell Ritchie): > If I use the GNUemacs function 'indent-sexp' on the following piece of code > I get the result shown below. It appears that the indentation strategy used > does not recognise the special nature of '|' (or '"') in atom names. You don't say which version of Emacs you are using, but on the version 17.64 Emacs I am running lisp-mode understands double quotes just fine. Near the beginning of the file lisp-mode.el the syntax table is set up. There should be a line (modify-syntax-entry ?\" "\" ") to make double quote work. If it is not there you can add it. A similar line (modify-syntax-entry ?\| "\" ") should get quoting for vbars. -- andy@icom.UUCP Or for those of Andrew H. Marrinson you who wish to ICOM Systems, Inc. play it the hard Arlington Heights, IL 60005 way: ihnp4!icom!andy