From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: karl@freefriends.org
Subject: Re: Indices in Info.
Date: Tue, 24 Jun 2003 20:55:09 -0500 (CDT) [thread overview]
Message-ID: <200306250155.h5P1t9Z15905@eel.dms.auburn.edu> (raw)
In-Reply-To: <200306250135.h5P1Z9215892@eel.dms.auburn.edu> (message from Luc Teirlinck on Tue, 24 Jun 2003 20:35:09 -0500 (CDT))
Or is the following style considered preferable? (There is no
difference in functionality between the two diffs, just a matter of
style.)
===File ~/infodiff2=========================================
cd /usr/local/share/emacs/21.3.50/lisp/
diff -c /usr/local/share/emacs/21.3.50/lisp/info.old.el /usr/local/share/emacs/21.3.50/lisp/info.el
*** /usr/local/share/emacs/21.3.50/lisp/info.old.el Mon Jun 23 16:25:22 2003
--- /usr/local/share/emacs/21.3.50/lisp/info.el Tue Jun 24 20:36:37 2003
***************
*** 1564,1572 ****
(skip-chars-forward " \t\n")
(let ((beg (point))
str)
! (while (not (looking-at ":*[,.;() \t\n]"))
! (skip-chars-forward "^:")
! (forward-char 1))
(setq str
(if (looking-at ":")
(buffer-substring-no-properties beg (1- (point)))
--- 1564,1574 ----
(skip-chars-forward " \t\n")
(let ((beg (point))
str)
! (while
! (progn
! (skip-chars-forward "^:")
! (forward-char 1)
! (not (looking-at ":*[,.;() \t\n]"))))
(setq str
(if (looking-at ":")
(buffer-substring-no-properties beg (1- (point)))
Diff finished at Tue Jun 24 20:42:14
============================================================
next prev parent reply other threads:[~2003-06-25 1:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-24 13:26 Indices in Info Karl Berry
2003-06-24 14:04 ` Andreas Schwab
2003-06-25 1:35 ` Luc Teirlinck
2003-06-25 1:55 ` Luc Teirlinck [this message]
2003-06-25 3:26 ` Luc Teirlinck
2003-06-25 17:50 ` Stefan Monnier
2003-06-25 19:53 ` Richard Stallman
-- strict thread matches above, loose matches on Subject: below --
2003-06-24 14:08 Karl Berry
2003-06-24 3:42 Luc Teirlinck
2003-06-24 4:17 ` Eli Zaretskii
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=200306250155.h5P1t9Z15905@eel.dms.auburn.edu \
--to=teirllm@dms.auburn.edu \
--cc=karl@freefriends.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.