GNU bug report logs -
#27697
#27254 patch
Previous Next
Reported by: vividsnow <vividsnow <at> gmail.com>
Date: Fri, 14 Jul 2017 23:32:01 UTC
Severity: minor
Merged with 27254
Found in version 24.5
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27697 in the body.
You can then email your comments to 27697 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27697
; Package
emacs
.
(Fri, 14 Jul 2017 23:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
vividsnow <vividsnow <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 14 Jul 2017 23:32:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[cperl-indented-heredocs.diff (text/x-patch, attachment)]
Forcibly Merged 27254 27697.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Fri, 14 Jul 2017 23:40:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 22 Jul 2017 09:10:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
vividsnow <vividsnow <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 22 Jul 2017 09:10:02 GMT)
Full text and
rfc822 format available.
Message #12 received at 27697-done <at> debbugs.gnu.org (full text, mbox):
> From: vividsnow <vividsnow <at> gmail.com>
> Date: Sat, 15 Jul 2017 02:13:52 +0300
>
> diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
> index c0f1aaf39d..c69eca2241 100644
> --- a/lisp/progmodes/cperl-mode.el
> +++ b/lisp/progmodes/cperl-mode.el
> @@ -3734,7 +3734,7 @@ the sections using `cperl-pod-head-face', `cperl-pod-face',
> "\\(\\`\n?\\|^\n\\)=" ; POD
> "\\|"
> ;; One extra () before this:
> - "<<" ; HERE-DOC
> + "<<~?" ; HERE-DOC
> "\\(" ; 1 + 1
> ;; First variant "BLAH" or just ``.
> "[ \t]*" ; Yes, whitespace is allowed!
> @@ -4000,7 +4000,7 @@ the sections using `cperl-pod-head-face', `cperl-pod-face',
> (setq b (point))
> ;; We do not search to max, since we may be called from
> ;; some hook of fontification, and max is random
> - (or (and (re-search-forward (concat "^" qtag "$")
> + (or (and (re-search-forward (concat "^[ \t]*" qtag "$")
> stop-point 'toend)
> ;;;(eq (following-char) ?\n) ; XXXX WHY???
> )
Thanks, pushed.
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 22 Jul 2017 09:10:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
root <at> opow.pw
:
bug acknowledged by developer.
(Sat, 22 Jul 2017 09:10:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 19 Aug 2017 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 303 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.