all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* M-x cperl-indent-region: why error "no comment syntax is defined"?
@ 2006-04-04 18:19 David Combs
  0 siblings, 0 replies; only message in thread
From: David Combs @ 2006-04-04 18:19 UTC (permalink / raw)


(I cross-post this in hope that eg ilya or other guru might see it
sooner.  Plus ANY respondees will see posts from ALL respondees.
   (yes, I know there is a religious-issue about cross-posting :-(  ))


M-x cperl-indent-region: why error "no comment syntax is defined"?

-----   Heading-lines of /.../cvs-emacs--6apr05/lisp/progmodes/cperl-mode.el:

;;; cperl-mode.el --- Perl code editing commands for Emacs

;; Copyright (C) 1985,86,87,91,92,93,94,95,96,97,98,99,2000,03,2004,2005
;;     Free Software Foundation, Inc.

;; Author: Ilya Zakharevich and Bob Olson
;; Maintainer: Ilya Zakharevich <cperl@ilyaz.org>
;; Keywords: languages, Perl

;; This file is part of GNU Emacs.


(I could find no version-number in the file, but
the line-numbers via egrep -n could indicate the version):
---------------- an egrep on 'comment-start':


./progmodes/cperl-mode.el:1466:  (make-local-variable 'comment-start)
./progmodes/cperl-mode.el:1467:  (setq comment-start "# ")
./progmodes/cperl-mode.el:1472:  (make-local-variable 'comment-start-skip)
./progmodes/cperl-mode.el:1473:  (setq comment-start-skip "#+ *")

./progmodes/cperl-mode.el:1654:  (let ((comment-start "#"))
./progmodes/cperl-mode.el:1661:  (let ((comment-start "#"))




---- FWIW (probably nothing), I not-much-later got this error:

File mode specification error: (void-variable mode-require-final-newline)
keyboard-quit: Quit
cperl-mode: Symbol's value as variable is void: mode-require-final-newline [2 times]
Mark set


Thanks,

David

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-04 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-04 18:19 M-x cperl-indent-region: why error "no comment syntax is defined"? David Combs

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.