From: "Richard M. Stallman" <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: makefile-dependency-regex
Date: Sat, 27 Aug 2005 22:46:13 -0400 [thread overview]
Message-ID: <E1E9DBV-0003U1-OU@fencepost.gnu.org> (raw)
In-Reply-To: <uslwwd9c2.fsf@gnu.org> (message from Sam Steingold on Fri, 26 Aug 2005 11:08:45 -0400)
Does this fix it?
*** make-mode.el 01 Aug 2005 11:11:11 -0400 1.106
--- make-mode.el 27 Aug 2005 21:10:45 -0400
***************
*** 1833,1838 ****
--- 1833,1841 ----
;; Don't keep looking across a blank line or comment.
(looking-at "$\\|#")
(not (zerop (forward-line -1))))))
+ (when found
+ (setq found (replace-regexp-in-string "[ \t]+\\'" "" found))
+ (setq found (replace-regexp-in-string "\\`[ \t]+" "" found)))
found)))
(provide 'make-mode)
next prev parent reply other threads:[~2005-08-28 2:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-26 15:08 makefile-dependency-regex Sam Steingold
2005-08-28 2:46 ` Richard M. Stallman [this message]
2005-08-28 3:31 ` makefile-dependency-regex Sam Steingold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1E9DBV-0003U1-OU@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.