Hi all,

After installing git and playing a little with `git format-patch', I
began to realize that the requested format isn't so complicated.  If I
understand correctly, the format is basically a patch with meta data
embedded in the email style headers like From:, Date: and so on.  Right?

Then, contrary to my previous observation, `hg email' did almost the
right job.  The attached file is produced by `hg email --git --plain
--to dummy --mbox FILE_NAME -r REVISION'.  Could you check whether it is
compatible enough for your work flow?

Regards,
Ikumi Keita

>From [email protected] Fri Apr 15 15:50:28 2016
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: [PATCH] Fix small errors in doc string and comment
X-Mercurial-Node: 9cb83c6759dc0c161cbdb852ba8959f3ad666d02
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
Message-Id: <[email protected]>
X-Mercurial-Series-Id: <[email protected]>
User-Agent: Mercurial-patchbomb/3.7.3
Date: Fri, 15 Apr 2016 15:50:28 +0900
From: Ikumi Keita <[email protected]>
To: dummy

* tex.el (TeX-auto-add-type): Change the word `function' to `macro'
and add an `s' to the verb `create'.

* tex-buf.el (TeX-run-format): Correct a typo `debuger' to `debugger'.

diff --git a/tex-buf.el b/tex-buf.el
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1023,7 +1023,7 @@
   (TeX-run-set-command name command)
   (let ((buffer (TeX-process-buffer-name file))
 	(process (TeX-run-command name command file)))
-    ;; Hook to TeX debuger.
+    ;; Hook to TeX debugger.
     (with-current-buffer buffer
       (TeX-parse-reset)
       (setq TeX-parse-function #'TeX-parse-TeX)
diff --git a/tex.el b/tex.el
--- a/tex.el
+++ b/tex.el
@@ -3755,7 +3755,7 @@
 Optional third argument PLURAL is the plural form of TYPE.
 By default just add an `s'.
 
-This function create a set of variables and functions to maintain a
+This macro creates a set of variables and functions to maintain a
 separate type of information in the parser."
   (let* ((names (or plural (concat name "s")))
 	 (tmp (intern (concat prefix "-auto-" name)))


_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to