Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.jpl.nasa.gov (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: Perl file extension Message-ID: <1991May31.182505.29182@jpl-devvax.jpl.nasa.gov> Date: 31 May 91 18:25:05 GMT References: Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Distribution: comp Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 13 In article (Glenn Parker) writes: : In article przemek@rrdstrad.nist.gov (Przemek Klosowski) writes: : > I noticed that RCS treats files with extension ".pl" as Prolog files; : > as a result it inserts $Log$ entries prefixed with % instead of # as the : > comment char. : : rcs -c"# " foo.pl I wish someone would fix RCS. All it needs to do is look and see what the current comment character is on $Log$ and use that. This business of guessing from the extension is, by definition, non-extensible. Blech. Larry