Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!BBN.COM!gildea From: gildea@BBN.COM (Stephen Gildea) Newsgroups: gnu.emacs.bug Subject: comment-start should always be a string Message-ID: <8901042305.AA26705@prep.ai.mit.edu> Date: 4 Jan 89 23:12:42 GMT Sender: news@tut.cis.ohio-state.edu Organization: GNUs Not Usenet Lines: 9 Currently, comment-start is "*String to insert to start a new comment, or nil if no comment syntax defined." This is a pain for simple routines that want to insert some text into a buffer, surrounded by comment delimiters. It would be much more convenient if comment-start were always a string ("" if no comment syntax) and the test for whether there is a comment syntax be whether or not comment-start-skip is non-nil. < Stephen