* bug#27697: #27254 patch
@ 2017-07-14 23:13 vividsnow
2017-07-14 23:37 ` bug#27254: patch vividsnow
2017-07-22 9:09 ` bug#27697: #27254 patch Eli Zaretskii
0 siblings, 2 replies; 3+ messages in thread
From: vividsnow @ 2017-07-14 23:13 UTC (permalink / raw)
To: 27697
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: cperl-indented-heredocs.diff --]
[-- Type: text/x-patch, Size: 921 bytes --]
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???
)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#27254: patch
2017-07-14 23:13 bug#27697: #27254 patch vividsnow
@ 2017-07-14 23:37 ` vividsnow
2017-07-22 9:09 ` bug#27697: #27254 patch Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: vividsnow @ 2017-07-14 23:37 UTC (permalink / raw)
To: 27254
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: cperl-indented-heredocs.diff --]
[-- Type: text/x-patch, Size: 922 bytes --]
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???
)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#27697: #27254 patch
2017-07-14 23:13 bug#27697: #27254 patch vividsnow
2017-07-14 23:37 ` bug#27254: patch vividsnow
@ 2017-07-22 9:09 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2017-07-22 9:09 UTC (permalink / raw)
To: vividsnow; +Cc: 27697-done
> From: vividsnow <vividsnow@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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-22 9:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14 23:13 bug#27697: #27254 patch vividsnow
2017-07-14 23:37 ` bug#27254: patch vividsnow
2017-07-22 9:09 ` bug#27697: #27254 patch Eli Zaretskii
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).