emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#18064: closed (perl-mode)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18064: closed (perl-mode)
Date: Mon, 21 Jul 2014 03:41:02 +0000

Your message dated Sun, 20 Jul 2014 23:40:15 -0400
with message-id <address@hidden>
and subject line Re: bug#18064: perl-mode
has caused the debbugs.gnu.org bug report #18064,
regarding perl-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18064: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18064
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: perl-mode Date: Sun, 20 Jul 2014 15:04:23 +0200 User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
From: address@hidden
To: address@hidden
Subject: 23.3; perl mode
Date: Sun, 20 Jul 2014 14:55:19 +0200
Message-ID: <address@hidden>
--text follows this line--
no idea how it got to this ( working fine yesterday ), but right now,
opening the following simple script in perl-mode leads to it incorrectly
identifying a paren mismatch ( marked by <- HERE in the code ).
This pretty much renders perl-mode unusable as I cannot
even use hashes anymore. I have no idea of lisp ( shame on me ), but
would prefer to continue using emacs and the perl-mode, since I am no
fan of fancy colors all over ('cperl-mode'), so I would be most thankful for a fix.
PS: the bug appears even without the comments :P

code:

#!/usr/bin/perl
my $hash = { x => 1, y => 2 };# <- Here, the '}' closing bracket is reported as mismatch
# not fun, since now all code coming after this is no longer parsed properly

print "hash: ".$hash->{x}.", ".$hash->{y}."\n";


In GNU Emacs 23.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2013-05-17 on komainu, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11103000
configured using `configure  '--build' 'i686-linux-gnu' '--build' 'i686-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.3/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.3/leim' '--with-crt-dir=/usr/lib/i386-linux-gnu' '--with-x=yes' '--with-x-toolkit=lucid' '--with-toolkit-scroll-bars' '--without-gconf' 'build_alias=i686-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS=-D_FORTIFY_SOURCE=2''

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: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Perl

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<C-down> <C-down> M-x r e e <backspace> p <tab> o <tab>
- <backspace> r <tab> <return>

Recent messages:
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done
Loading debian-ispell...done
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
Loading /home/erazor/matlab-emacs/matlab-load.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
normal-splash-screen: Opening directory: permission denied, /home/erazor/.emacs.d/auto-save-list/
Making completion list... [2 times]

Load-path shadows:
/usr/share/emacs/23.3/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup
/usr/share/emacs23/site-lisp/dictionaries-common/flyspell hides /usr/share/emacs/23.3/lisp/textmodes/flyspell
/usr/share/emacs23/site-lisp/dictionaries-common/ispell hides /usr/share/emacs/23.3/lisp/textmodes/ispell

Features:
(shadow sort mail-extr message sendmail regexp-opt ecomplete rfc822 mml
mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse
rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util
netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock
sha1 hex-util hashcash mail-utils emacsbug help-mode easymenu view
perl-mode matlab-load tooltip ediff-hook vc-hooks lisp-float-type mwheel
x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
loaddefs button minibuffer faces cus-face files text-properties overlay
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
font-render-setting x-toolkit x multi-tty emacs)


--- End Message ---
--- Begin Message --- Subject: Re: bug#18064: perl-mode Date: Sun, 20 Jul 2014 23:40:15 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

address@hidden wrote:

> #!/usr/bin/perl
> my $hash = { x => 1, y => 2 };# <- Here, the '}' closing bracket is
> reported as mismatch
> # not fun, since now all code coming after this is no longer parsed
> properly
>
> print "hash: ".$hash->{x}.", ".$hash->{y}."\n";
>
> In GNU Emacs 23.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>  of 2013-05-17 on komainu, modified by Debian

Thanks for the report; but, by experiment, this was fixed in Emacs 24.1.
So please upgrade (current is 24.3).


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]