* How many GNU Emacs committers? @ 2013-07-26 13:55 Mathias Huber 2013-07-26 14:21 ` Juanma Barranquero 2013-07-26 14:30 ` Tassilo Horn 0 siblings, 2 replies; 20+ messages in thread From: Mathias Huber @ 2013-07-26 13:55 UTC (permalink / raw) To: emacs-devel Dear Emacs developers, for http://www.linux-magazin.de I am researching the history of long standing free software projects. Can anyone tell me how many committers GNU Emacs has today? Thanks, Mathias ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 13:55 How many GNU Emacs committers? Mathias Huber @ 2013-07-26 14:21 ` Juanma Barranquero 2013-07-26 14:28 ` Bastien 2013-07-26 15:46 ` Stefan Monnier 2013-07-26 14:30 ` Tassilo Horn 1 sibling, 2 replies; 20+ messages in thread From: Juanma Barranquero @ 2013-07-26 14:21 UTC (permalink / raw) To: Mathias Huber; +Cc: Emacs developers > Can anyone tell me how many committers > GNU Emacs has today? According to https://savannah.gnu.org/projects/emacs, there are 165 "active members". J ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 14:21 ` Juanma Barranquero @ 2013-07-26 14:28 ` Bastien 2013-07-26 15:46 ` Stefan Monnier 1 sibling, 0 replies; 20+ messages in thread From: Bastien @ 2013-07-26 14:28 UTC (permalink / raw) To: Juanma Barranquero; +Cc: Mathias Huber, Emacs developers Hi, Juanma Barranquero <lekktu@gmail.com> writes: >> Can anyone tell me how many committers >> GNU Emacs has today? > > According to https://savannah.gnu.org/projects/emacs, there are 165 > "active members". You can also browse the git repository here to precisely check: http://git.savannah.gnu.org/cgit/emacs.git/log/?h=trunk HTH, -- Bastien ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 14:21 ` Juanma Barranquero 2013-07-26 14:28 ` Bastien @ 2013-07-26 15:46 ` Stefan Monnier 1 sibling, 0 replies; 20+ messages in thread From: Stefan Monnier @ 2013-07-26 15:46 UTC (permalink / raw) To: Juanma Barranquero; +Cc: Mathias Huber, Emacs developers >> Can anyone tell me how many committers GNU Emacs has today? > According to https://savannah.gnu.org/projects/emacs, there are 165 > "active members". Which means that are 165 people who have write access to the repository. Some contributors aren't in there for some reason (tho they're rather rare nowadays), but many of those 165 haven't committed anything in the last 5 years. Stefan ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 13:55 How many GNU Emacs committers? Mathias Huber 2013-07-26 14:21 ` Juanma Barranquero @ 2013-07-26 14:30 ` Tassilo Horn 2013-07-26 14:36 ` Tassilo Horn 1 sibling, 1 reply; 20+ messages in thread From: Tassilo Horn @ 2013-07-26 14:30 UTC (permalink / raw) To: Mathias Huber; +Cc: emacs-devel Mathias Huber <mhuber@linux-magazin.de> writes: Hi Mathias, > for http://www.linux-magazin.de I am researching the history of long > standing free software projects. Can anyone tell me how many > committers GNU Emacs has today? Have a look at http://www.ohloh.net/p/emacs which does nice analytics on the VCS logs, especially at http://www.ohloh.net/p/emacs/contributors/summary. That says 203 contributors (not committers) in the last year, and 39 in the last month. Checking the list of all contributors of all times, it's about 500. (29 pages of each 20 contributors, but there are some duplicates when people changed their mail address, etc.) According to http://savannah.gnu.org/projects/emacs/, there are currently 165 project members that have push access to the bzr repository. Bye, Tassilo ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 14:30 ` Tassilo Horn @ 2013-07-26 14:36 ` Tassilo Horn 2013-07-26 14:57 ` Eli Zaretskii 0 siblings, 1 reply; 20+ messages in thread From: Tassilo Horn @ 2013-07-26 14:36 UTC (permalink / raw) To: Mathias Huber; +Cc: emacs-devel Tassilo Horn <tsdh@gnu.org> writes: > Checking the list of all contributors of all times, it's about 500. > (29 pages of each 20 contributors, but there are some duplicates when > people changed their mail address, etc.) Actually, the total number is probably much larger than 500. Back when emacs used CVS, only the actual committers were logged, though they probably committed tons of changes others sent them per mail but couldn't commit themselves. And there are many emacs packages that have their own repositories (Org, Gnus, ERC, etc.), and not all of them are synched on a per-commit basis with emacs' repository, so parts of their contributors are probably not included in the statistics, too. Bye, Tassilo ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 14:36 ` Tassilo Horn @ 2013-07-26 14:57 ` Eli Zaretskii 2013-07-26 15:18 ` Tassilo Horn 2013-07-26 18:50 ` Jambunathan K 0 siblings, 2 replies; 20+ messages in thread From: Eli Zaretskii @ 2013-07-26 14:57 UTC (permalink / raw) To: Tassilo Horn; +Cc: mhuber, emacs-devel > From: Tassilo Horn <tsdh@gnu.org> > Date: Fri, 26 Jul 2013 16:36:52 +0200 > Cc: emacs-devel@gnu.org > > Back when emacs used CVS, only the actual committers were logged, > though they probably committed tons of changes others sent them per > mail but couldn't commit themselves. The names of the actual authors of the changes are always stated in the ChangeLog entries, and always have been. So I think the ChangeLog files are a much more accurate source of this kind of information that the VCS logs, including for this reason: > And there are many emacs packages that have their own repositories > (Org, Gnus, ERC, etc.), and not all of them are synched on a > per-commit basis with emacs' repository, so parts of their > contributors are probably not included in the statistics, too. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 14:57 ` Eli Zaretskii @ 2013-07-26 15:18 ` Tassilo Horn 2013-07-26 15:21 ` Mathias Huber 2013-07-26 15:50 ` Glenn Morris 2013-07-26 18:50 ` Jambunathan K 1 sibling, 2 replies; 20+ messages in thread From: Tassilo Horn @ 2013-07-26 15:18 UTC (permalink / raw) To: Eli Zaretskii; +Cc: mhuber, emacs-devel Eli Zaretskii <eliz@gnu.org> writes: >> Back when emacs used CVS, only the actual committers were logged, >> though they probably committed tons of changes others sent them per >> mail but couldn't commit themselves. > > The names of the actual authors of the changes are always stated in > the ChangeLog entries, and always have been. Yes, sure. But those are not analyzed by ohloh.net. > So I think the ChangeLog files are a much more accurate source of this > kind of information that the VCS logs, including for this reason: > >> And there are many emacs packages that have their own repositories >> (Org, Gnus, ERC, etc.), and not all of them are synched on a >> per-commit basis with emacs' repository, so parts of their >> contributors are probably not included in the statistics, too. Indeed, so here's a try: $ cat **/ChangeLog* | grep '^[0-9]' | cut -d" " -f1 --complement \ | sed -e 's/(.*)//' |sed -e 's/<.*>//' | sed -e 's/^[ ]\+//' \ | sed -e 's/[ ]\+$//' | sort | uniq | wc -l 1736 There are some duplicates when people sometimes use, e.g., "Richard Stallman" and sometimes "Richard M. Stallman", and people with the same name count only once, but matching only for names seemed to be more correct than email addresses where sometimes people have used a good dozen over the years. Bye, Tassilo ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 15:18 ` Tassilo Horn @ 2013-07-26 15:21 ` Mathias Huber 2013-07-26 15:50 ` Glenn Morris 1 sibling, 0 replies; 20+ messages in thread From: Mathias Huber @ 2013-07-26 15:21 UTC (permalink / raw) To: emacs-devel Dear List, thanks to everybody who replied! And thank you for so scrupulously trying to get the numbers right! > $ cat **/ChangeLog* | grep '^[0-9]' | cut -d" " -f1 --complement \ > | sed -e 's/(.*)//' |sed -e 's/<.*>//' | sed -e 's/^[ ]\+//' \ > | sed -e 's/[ ]\+$//' | sort | uniq | wc -l > 1736 I was thinking of a similar script, but you beat me to it, Tassilo :-) Best, Mathias ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 15:18 ` Tassilo Horn 2013-07-26 15:21 ` Mathias Huber @ 2013-07-26 15:50 ` Glenn Morris 2013-07-26 16:21 ` Eli Zaretskii 1 sibling, 1 reply; 20+ messages in thread From: Glenn Morris @ 2013-07-26 15:50 UTC (permalink / raw) To: Eli Zaretskii; +Cc: mhuber, emacs-devel Tassilo Horn wrote: > $ cat **/ChangeLog* | grep '^[0-9]' | cut -d" " -f1 --complement \ > | sed -e 's/(.*)//' |sed -e 's/<.*>//' | sed -e 's/^[ ]\+//' \ > | sed -e 's/[ ]\+$//' | sort | uniq | wc -l > 1736 See etc/AUTHORS for the more sophisticated version of this. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 15:50 ` Glenn Morris @ 2013-07-26 16:21 ` Eli Zaretskii 2013-07-26 16:23 ` Eli Zaretskii 0 siblings, 1 reply; 20+ messages in thread From: Eli Zaretskii @ 2013-07-26 16:21 UTC (permalink / raw) To: Glenn Morris; +Cc: mhuber, emacs-devel > From: Glenn Morris <rgm@gnu.org> > Date: Fri, 26 Jul 2013 11:50:20 -0400 > Cc: mhuber@linux-magazin.de, emacs-devel@gnu.org > > See etc/AUTHORS for the more sophisticated version of this. You mean, lisp/authors.el, yes? Because etc/AUTHORS is only updated before a release, AFAIK. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 16:21 ` Eli Zaretskii @ 2013-07-26 16:23 ` Eli Zaretskii 2013-07-26 16:52 ` Tassilo Horn 0 siblings, 1 reply; 20+ messages in thread From: Eli Zaretskii @ 2013-07-26 16:23 UTC (permalink / raw) To: rgm; +Cc: mhuber, emacs-devel > Date: Fri, 26 Jul 2013 19:21:05 +0300 > From: Eli Zaretskii <eliz@gnu.org> > Cc: mhuber@linux-magazin.de, emacs-devel@gnu.org > > You mean, lisp/authors.el, yes? Sorry, I meant lisp/emacs-lisp/authors.el. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 16:23 ` Eli Zaretskii @ 2013-07-26 16:52 ` Tassilo Horn 2013-07-26 16:59 ` Glenn Morris 0 siblings, 1 reply; 20+ messages in thread From: Tassilo Horn @ 2013-07-26 16:52 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel, mhuber Eli Zaretskii <eliz@gnu.org> writes: >> Date: Fri, 26 Jul 2013 19:21:05 +0300 >> From: Eli Zaretskii <eliz@gnu.org> >> Cc: mhuber@linux-magazin.de, emacs-devel@gnu.org >> >> You mean, lisp/authors.el, yes? > > Sorry, I meant lisp/emacs-lisp/authors.el. Hm, that (or etc/AUTHORS) actually contains 1385 people. But there are some that don't occur in any ChangeLog file (e.g. William Sommerfeld is in AUTHORS but in no ChangeLog), and for some its the other way round, too... Ah, ok, the ones that are not in AUTHORS are those that only have (tiny change) entries in ChangeLogs. Bye, Tassilo ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 16:52 ` Tassilo Horn @ 2013-07-26 16:59 ` Glenn Morris 2013-07-26 17:18 ` Tassilo Horn 0 siblings, 1 reply; 20+ messages in thread From: Glenn Morris @ 2013-07-26 16:59 UTC (permalink / raw) To: Eli Zaretskii; +Cc: mhuber, emacs-devel Tassilo Horn wrote: > Hm, that (or etc/AUTHORS) actually contains 1385 people. But there are > some that don't occur in any ChangeLog file (e.g. William Sommerfeld is > in AUTHORS but in no ChangeLog), and for some its the other way round, > too... Ah, ok, the ones that are not in AUTHORS are those that only > have (tiny change) entries in ChangeLogs. Everybody is in AUTHORS. It is currently complete up to the 24.3 release. If you want today's information, then yes, you need to use M-x authors to regenerate it. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 16:59 ` Glenn Morris @ 2013-07-26 17:18 ` Tassilo Horn 2013-07-26 17:21 ` Glenn Morris 0 siblings, 1 reply; 20+ messages in thread From: Tassilo Horn @ 2013-07-26 17:18 UTC (permalink / raw) To: Glenn Morris; +Cc: mhuber, Eli Zaretskii, emacs-devel Glenn Morris <rgm@gnu.org> writes: >> Hm, that (or etc/AUTHORS) actually contains 1385 people. But there >> are some that don't occur in any ChangeLog file (e.g. William >> Sommerfeld is in AUTHORS but in no ChangeLog), and for some its the >> other way round, too... Ah, ok, the ones that are not in AUTHORS are >> those that only have (tiny change) entries in ChangeLogs. > > Everybody is in AUTHORS. It is currently complete up to the 24.3 release. > If you want today's information, then yes, you need to use M-x authors > to regenerate it. The example I've found was 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change) * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux, gnu-kfreebsd, freebsd, and netbsd. (Bug#12040) in the top-level ChangeLog. He's not in etc/AUTHORS, though 2012-08-17 is much before the 24.3 release. These changes have been committed on that very date (by you). Anyway, after regenerating with M-x authors, he's in. Bye, Tassilo ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 17:18 ` Tassilo Horn @ 2013-07-26 17:21 ` Glenn Morris 2013-07-27 8:39 ` Tassilo Horn 0 siblings, 1 reply; 20+ messages in thread From: Glenn Morris @ 2013-07-26 17:21 UTC (permalink / raw) To: Eli Zaretskii; +Cc: mhuber, emacs-devel Tassilo Horn wrote: > The example I've found was > > 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change) > > * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux, > gnu-kfreebsd, freebsd, and netbsd. (Bug#12040) > > in the top-level ChangeLog. He's not in etc/AUTHORS Yes, he is, in the emacs-24 branch. Guess I did not bother to merge AUTHORS to trunk, since it is a generated file. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 17:21 ` Glenn Morris @ 2013-07-27 8:39 ` Tassilo Horn 0 siblings, 0 replies; 20+ messages in thread From: Tassilo Horn @ 2013-07-27 8:39 UTC (permalink / raw) To: Glenn Morris; +Cc: mhuber, Eli Zaretskii, emacs-devel Glenn Morris <rgm@gnu.org> writes: >> The example I've found was >> >> 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change) >> >> * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux, >> gnu-kfreebsd, freebsd, and netbsd. (Bug#12040) >> >> in the top-level ChangeLog. He's not in etc/AUTHORS > > Yes, he is, in the emacs-24 branch. Guess I did not bother to merge > AUTHORS to trunk, since it is a generated file. Ah, right. :-) Bye, Tassilo ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 14:57 ` Eli Zaretskii 2013-07-26 15:18 ` Tassilo Horn @ 2013-07-26 18:50 ` Jambunathan K 2013-08-01 11:02 ` Mathias Huber 1 sibling, 1 reply; 20+ messages in thread From: Jambunathan K @ 2013-07-26 18:50 UTC (permalink / raw) To: Eli Zaretskii; +Cc: mhuber, emacs-devel, Tassilo Horn [-- Attachment #1: Type: text/plain, Size: 3820 bytes --] Here is ChangeLog based stats. Authors include `tiny change' authors. Once Org-8.0 is merge the stats for 2013 will show a marked bump. * Summary ** Year 2012 Total commits : 4895 Unique Authors : 316 | commits | directory | no. of authors | |---------+-------------------------+----------------| | 1454 | lisp/ChangeLog.16 | 151 | | 1085 | src/ChangeLog.12 | 58 | | 736 | lisp/org/ChangeLog | 92 | | 244 | doc/lispref/ChangeLog | 24 | | 230 | lisp/gnus/ChangeLog | 44 | | 224 | ChangeLog | 24 | | 192 | doc/misc/ChangeLog | 49 | | 135 | doc/emacs/ChangeLog | 16 | | 108 | nt/ChangeLog | 9 | | 84 | lib-src/ChangeLog | 14 | | 78 | etc/ChangeLog | 33 | | 71 | admin/ChangeLog | 11 | | 46 | lisp/url/ChangeLog | 17 | | 40 | test/ChangeLog | 11 | | 37 | lisp/cedet/ChangeLog | 19 | | 34 | lisp/erc/ChangeLog | 12 | | 25 | msdos/ChangeLog | 4 | | 21 | leim/ChangeLog | 9 | | 18 | doc/lispintro/ChangeLog | 5 | | 11 | lwlib/ChangeLog | 4 | | 10 | lisp/mh-e/ChangeLog | 5 | | 5 | oldXMenu/ChangeLog | 3 | | 4 | nextstep/ChangeLog | 1 | | 3 | doc/man/ChangeLog | 2 | * Year 2013 Total commits : 1887 Unique Authors : 157 | commits | directory | no. of authors | |---------+--------------------------+----------------| | 567 | /lisp/ChangeLog | 73 | | 280 | /lisp/ChangeLog.16 | 61 | | 238 | /src/ChangeLog | 29 | | 145 | /src/ChangeLog.12 | 18 | | 130 | /lisp/gnus/ChangeLog | 34 | | 93 | /ChangeLog | 17 | | 67 | /doc/misc/ChangeLog | 23 | | 59 | /doc/lispref/ChangeLog | 15 | | 50 | /etc/ChangeLog | 23 | | 47 | /test/ChangeLog | 16 | | 36 | /nt/ChangeLog | 6 | | 34 | /doc/emacs/ChangeLog | 8 | | 33 | /admin/ChangeLog | 6 | | 23 | /lisp/org/ChangeLog | 17 | | 20 | /lisp/cedet/ChangeLog | 9 | | 15 | /lib-src/ChangeLog | 5 | | 9 | /leim/ChangeLog | 4 | | 9 | /doc/lispintro/ChangeLog | 3 | | 9 | /lisp/url/ChangeLog | 3 | | 9 | /lisp/erc/ChangeLog | 4 | | 8 | /lisp/mh-e/ChangeLog | 6 | | 2 | /msdos/ChangeLog | 2 | | 2 | /nextstep/ChangeLog | 1 | | 1 | /doc/man/ChangeLog | 1 | | 1 | /lwlib/ChangeLog | 1 | Here is the rough recipe. 1. M-x find-name-dired for ChangeLog files 2. % g for ^2012- 3. t k 4. RET all the ChangeLog files 5. M-x multi-occur-in-matching-buffers on all ChangeLog buffers for ^2012- 6. In occur buffer, keep only committer name i.e., delete lines nos, email etc 7. delete-duplicate-lines 8. There is also a org-sort-entries and some table magic thrown in. I had to make some little modification to replace.el, so that it dumps filenames instead of the buffer names. I can send in the name of the authors in each of the above directories that is ChangeLog-ged, if there is some interest. [-- Attachment #2: replace.el.diff --] [-- Type: text/plain, Size: 427 bytes --] === modified file 'lisp/replace.el' --- lisp/replace.el 2013-06-13 22:08:45 +0000 +++ lisp/replace.el 2013-07-26 15:45:21 +0000 @@ -1538,7 +1538,7 @@ See also `multi-occur'." (if (> (length buffers) 1) "" (format " for \"%s\"" (query-replace-descr regexp))) - (buffer-name buf)) + (buffer-file-name buf)) 'read-only t)) (setq end (point)) (add-text-properties beg end [-- Attachment #3: Type: text/plain, Size: 854 bytes --] Eli Zaretskii <eliz@gnu.org> writes: >> From: Tassilo Horn <tsdh@gnu.org> >> Date: Fri, 26 Jul 2013 16:36:52 +0200 >> Cc: emacs-devel@gnu.org >> >> Back when emacs used CVS, only the actual committers were logged, >> though they probably committed tons of changes others sent them per >> mail but couldn't commit themselves. > > The names of the actual authors of the changes are always stated in > the ChangeLog entries, and always have been. > > So I think the ChangeLog files are a much more accurate source of this > kind of information that the VCS logs, including for this reason: > >> And there are many emacs packages that have their own repositories >> (Org, Gnus, ERC, etc.), and not all of them are synched on a >> per-commit basis with emacs' repository, so parts of their >> contributors are probably not included in the statistics, too. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-07-26 18:50 ` Jambunathan K @ 2013-08-01 11:02 ` Mathias Huber 2013-08-02 1:59 ` Xue Fuqiao 0 siblings, 1 reply; 20+ messages in thread From: Mathias Huber @ 2013-08-01 11:02 UTC (permalink / raw) To: emacs-devel Dear List, many thanks again for the clarification! Summing up, GNU Emacs currently has 165 committers registered with Savannah, and more than 1400 over all of its history. Best, Mathias ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How many GNU Emacs committers? 2013-08-01 11:02 ` Mathias Huber @ 2013-08-02 1:59 ` Xue Fuqiao 0 siblings, 0 replies; 20+ messages in thread From: Xue Fuqiao @ 2013-08-02 1:59 UTC (permalink / raw) To: Mathias Huber; +Cc: emacs-devel On Thu, Aug 1, 2013 at 7:02 PM, Mathias Huber <mhuber@linux-magazin.de> wrote: > Dear List, > > many thanks again for the clarification! > > Summing up, GNU Emacs currently has 165 committers registered with Savannah. I think it should be 167, Chong Yidong is in "inactive members", and we have a new member recently. -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/ ^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2013-08-02 1:59 UTC | newest] Thread overview: 20+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-07-26 13:55 How many GNU Emacs committers? Mathias Huber 2013-07-26 14:21 ` Juanma Barranquero 2013-07-26 14:28 ` Bastien 2013-07-26 15:46 ` Stefan Monnier 2013-07-26 14:30 ` Tassilo Horn 2013-07-26 14:36 ` Tassilo Horn 2013-07-26 14:57 ` Eli Zaretskii 2013-07-26 15:18 ` Tassilo Horn 2013-07-26 15:21 ` Mathias Huber 2013-07-26 15:50 ` Glenn Morris 2013-07-26 16:21 ` Eli Zaretskii 2013-07-26 16:23 ` Eli Zaretskii 2013-07-26 16:52 ` Tassilo Horn 2013-07-26 16:59 ` Glenn Morris 2013-07-26 17:18 ` Tassilo Horn 2013-07-26 17:21 ` Glenn Morris 2013-07-27 8:39 ` Tassilo Horn 2013-07-26 18:50 ` Jambunathan K 2013-08-01 11:02 ` Mathias Huber 2013-08-02 1:59 ` Xue Fuqiao
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).