This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them.
Your bug report will be posted to the [email protected] mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: When flymake mode was added to the text-mode-hook using emacs customization, I was unable to enter a new revision in a cvs version controlled file when the filename contained a '-' character inside the filename. The problem filename was "cvschanges-rewrite.py". The file was already under CVS version control. CVS worked fine from the command line. I made a file change and pressed control x v v. The result was that I received an error message, apparently from flymake, claiming the filename was invalid. The workaround is to remove flymake mode from the text-mode-hook. (I have not dug further into the actual source of the error.) *** /user/ortmad1/.emacs.~31~ Mon Jun 6 10:01:56 2005 --- /user/ortmad1/.emacs Mon Jun 13 11:15:12 2005 *************** *** 401,407 **** '(sql-interactive-mode-hook (quote ((lambda nil (make-variable-buffer-local (quote scroll-conservatively)) (setq scroll-conservatively 1 tab-width 8))))) '(sql-mode-hook (quote ((lambda nil (setq truncate-lines nil truncate-partial-width-windows nil tab-width 4) (local-set-key [f8] (lambda nil "save and run this buffer's sql file through sqlplus" (interactive) (save-some-buffers 1) (shell-command (concat "date ; sqlplus -S scr_main/[EMAIL PROTECTED] @" (buffer-file-name))))))))) '(standard-indent 3) ! '(text-mode-hook (quote (flyspell-mode turn-on-auto-fill text-mode-hook-identify flymake-mode))) '(tool-bar-mode nil nil (tool-bar)) '(tooltip-mode nil nil (tooltip)) '(truncate-lines t) --- 401,407 ---- '(sql-interactive-mode-hook (quote ((lambda nil (make-variable-buffer-local (quote scroll-conservatively)) (setq scroll-conservatively 1 tab-width 8))))) '(sql-mode-hook (quote ((lambda nil (setq truncate-lines nil truncate-partial-width-windows nil tab-width 4) (local-set-key [f8] (lambda nil "save and run this buffer's sql file through sqlplus" (interactive) (save-some-buffers 1) (shell-command (concat "date ; sqlplus -S scr_main/[EMAIL PROTECTED] @" (buffer-file-name))))))))) '(standard-indent 3) ! '(text-mode-hook (quote (flyspell-mode turn-on-auto-fill text-mode-hook-identify))) '(tool-bar-mode nil nil (tool-bar)) '(tooltip-mode nil nil (tooltip)) '(truncate-lines t) In GNU Emacs 22.0.50.1 (sparc-sun-solaris2.8, X toolkit) of 2005-06-13 on msp08cn1 Distributor `RealVNC Ltd', version 11.0.3370 configured using `configure '--prefix=/user/ortmad1/sandbox/prefix'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Python Minor modes in effect: display-time-mode: t show-paren-mode: t dired-omit-mode: t mouse-wheel-mode: t auto-compression-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t next-error-follow-minor-mode: Fol Recent input: <help-echo> <down-mouse-1> <mouse-1> C-u C-x C-g C-u C-x d t <return> <M-backspace> <M-backspace> r e <tab> <return> <return> C-x v v c h e c k p o i n t SPC o f SPC c h a n g e s C-c C-c M-x e m q <tab> <backspace> <tab> a <tab> b u <tab> <backspace> <backspace> C-g C-x 3 C-h a b u g <return> M-x r e p o <tab> r t <tab> <return> Recent messages: Press C-c C-c when you are done editing. Enter a change comment. Type C-c C-c when done Checking in /user/ortmad1/sandbox/releaseaudit/cvschanges-rewrite.py...done Making completion list... Loading help-mode...done Quit Loading apropos...done C-M-v to scroll the help. Making completion list... Loading emacsbug...done -- [EMAIL PROTECTED] Cardiac Rhythm Management CRM Software Development & Technology 763-514-8230 (w) 763-514-3192 (f) 612-518-3147 (c) [EMAIL PROTECTED] 651-455-1442 (h) _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
