unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [kimito@lapis.plala.or.jp: cannot run flymake-mode on cperl-mode]
@ 2007-08-03 18:36 Richard Stallman
  2007-08-04  2:39 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2007-08-03 18:36 UTC (permalink / raw)
  To: emacs-devel

Would someone please DTRT and ack?
I think this is for 22.1.

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_PASS,UNPARSEABLE_RELAY 
	autolearn=failed version=3.1.0
Date: Thu, 02 Aug 2007 22:09:55 +0900
From: Kimito Yada <kimito@lapis.plala.or.jp>
To: bug-gnu-emacs@gnu.org
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Subject: cannot run flymake-mode on cperl-mode


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 Bug <meadow-develop@meadowy.org> mailing list,
and to the gnu.emacs.bug news group.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


In the below case, I can not run flymake-mode on cperl-mode.
1. start emacs with -q option
2. (require 'compile)
3. C-x C-f foo.pl  (foo.pl is on perl-mode)
4. M-x cperl-mode  (foo.pl is on cperl-mode)
5. M-x flymake-mode
- --> error in process: Wrong type argument: stringp, nil


but the below case, I can use.
1. start emacs with -q option
2. (require 'compile)
3. C-x C-f foo.pl  (foo.pl is on perl-mode)
4. M-x flymake-mode
5. M-x cperl-mode  (foo.pl is on cperl-mode)
6. M-x flymake-mode
=> Flymake mode enabled


Best Regards,
Kimito Yada



If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
c:/meadow/etc/DEBUG for instructions.


In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-07-08 on CUBE
Windowing system distributor `MW32', version 11.0.1
configured using `configure --with-gcc (3.4)'

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: japanese
  locale-coding-system: japanese-shift-jis-dos
  default-enable-multibyte-characters: t

Major mode: Draft

Minor modes in effect:
  auto-insert-mode: t
  iswitchb-mode: t
  shell-dirtrack-mode: t
  display-time-mode: t
  delete-selection-mode: t
  auto-image-file-mode: t
  encoded-kbd-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
n n n d n d d d d d d d d d d d x q C-n C-n RET M-> 
C-z z x n a RET C-n C-n C-n C-n C-n C-p C-p RET RET 
q C-n RET q C-n RET q C-n C-n C-n C-n C-n C-n RET j 
j j j j j j j j j j j j j j j j j j j j j j j j j j 
j j j j j j j j j j j j j j j j j j j j j q C-n RET 
q C-n C-n C-p RET n q C-n RET n n n n n q C-n RET q 
C-p C-p C-p C-p C-p RET n n n n n C-z m q C-p C-p w 
C-. C-c C-k C-c f e m a c s <tab> b <tab> RET C-v C-n 
C-n C-n C-n C-n C-n C-n C-n C-e C-b C-b C-b C-b C-b 
C-b C-b C-b C-b C-b C-b C-b C-b C-b C-b C-b C-b C-b 
C-b C-b C-b C-b C-b C-b C-x C-e C-c f m e <tab> a <tab> 
RET C-v C-v C-v C-v C-v C-v C-v C-u C-s b u g C-s C-s 
C-a M-< C-c f m w 3 2 <tab> m <tab> i <tab> RET C-x 
k RET C-x C-k RET C-g C-x k RET C-f C-f C-SPC C-e C-b 
M-w ESC x p r RET C-. C-. C-y C-n c a n SPC o n t DEL 
DEL DEL DEL n o t SPC r u n SPC f l y m a k e - m o 
d e SPC o n SPC c p e r l - m o d e C-a ESC x r e p 
RET

Recent messages:
Saving...done

Saving...done

Saving...done

Saving...done
 [3 times]
Loading emacsbug...done



_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [kimito@lapis.plala.or.jp: cannot run flymake-mode on cperl-mode]
  2007-08-03 18:36 [kimito@lapis.plala.or.jp: cannot run flymake-mode on cperl-mode] Richard Stallman
@ 2007-08-04  2:39 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-08-04  2:39 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman wrote:

> Would someone please DTRT and ack? I think this is for 22.1.

fixed on trunk and branch

> From: Kimito Yada <kimito@lapis.plala.or.jp>
> Subject: cannot run flymake-mode on cperl-mode
> To: bug-gnu-emacs@gnu.org
> Date: Thu, 02 Aug 2007 22:09:55 +0900
[...]
> Your bug report will be posted to the Bug
> <meadow-develop@meadowy.org> mailing list,
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Huh?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-04  2:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-03 18:36 [kimito@lapis.plala.or.jp: cannot run flymake-mode on cperl-mode] Richard Stallman
2007-08-04  2:39 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).