unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
Cc: Glenn Morris <rgm@gnu.org>, emacs-devel@gnu.org
Subject: Re: typo in accept-process-output (process.c)
Date: Mon, 6 Aug 2007 12:06:55 +1200	[thread overview]
Message-ID: <18102.26143.443562.493719@kahikatea.snap.net.nz> (raw)
In-Reply-To: <87myx5k2xl.fsf@debby.local.net>

 > Interesting enough this seems to affect only 28 .c and no .el files:

 > dieter@debby:/usr/local/emacs-22.1$ find -name \*el -or -name \*.c -exec grep -l "\<iff\>" {} \;

 >...

Hmm, that would make things easier if it were true (I can find 108):

find -name \*el -exec grep -l  "\<iff\>" {} \;

./leim/quail/latin-ltx.el
./leim/quail/sgml-input.el
./leim/quail/vntelex.el
./lisp/wid-edit.el
./lisp/strokes.el
./lisp/iswitchb.el
./lisp/image.el
./lisp/term.el
./lisp/ediff-diff.el
./lisp/gnus/gnus-async.el
./lisp/gnus/mailcap.el
./lisp/gnus/gmm-utils.el
./lisp/gnus/gnus-msg.el
./lisp/gnus/gnus-uu.el
./lisp/gnus/imap.el
./lisp/gnus/gnus-util.el
./lisp/gnus/nnimap.el
./lisp/gnus/gnus-score.el
./lisp/userlock.el
./lisp/net/tramp.el
./lisp/files.el
./lisp/whitespace.el
./lisp/custom.el
./lisp/simple.el
./lisp/term/tvi970.el
./lisp/term/sun-mouse.el
./lisp/window.el
./lisp/eshell/em-smart.el
./lisp/allout.el
./lisp/skeleton.el
./lisp/obsolete/fast-lock.el
./lisp/xt-mouse.el
./lisp/abbrev.el
./lisp/frame.el
./lisp/erc/erc.el
./lisp/erc/erc-log.el
./lisp/printing.el
./lisp/icomplete.el
./lisp/dired-aux.el
./lisp/view.el
./lisp/url/url-auth.el
./lisp/url/url-dav.el
./lisp/url/url-cache.el
./lisp/url/url-file.el
./lisp/url/vc-dav.el
./lisp/autorevert.el
./lisp/loaddefs.el
./lisp/t-mouse.el
./lisp/shadowfile.el
./lisp/ldefs-boot.el
./lisp/emacs-lisp/rx.el
./lisp/emacs-lisp/easymenu.el
./lisp/emacs-lisp/advice.el
./lisp/emacs-lisp/checkdoc.el
./lisp/emacs-lisp/byte-opt.el
./lisp/emacs-lisp/unsafep.el
./lisp/emacs-lisp/autoload.el
./lisp/mh-e/mh-loaddefs.el
./lisp/mh-e/mh-show.el
./lisp/mh-e/mh-letter.el
./lisp/mh-e/mh-folder.el
./lisp/font-lock.el
./lisp/winner.el
./lisp/mail/rmail.el
./lisp/mail/mspools.el
./lisp/bindings.el
./lisp/info-look.el
./lisp/textmodes/sgml-mode.el
./lisp/textmodes/nroff-mode.el
./lisp/textmodes/reftex-global.el
./lisp/textmodes/two-column.el
./lisp/textmodes/artist.el
./lisp/textmodes/flyspell.el
./lisp/textmodes/ispell.el
./lisp/textmodes/refill.el
./lisp/double.el
./lisp/ibuf-ext.el
./lisp/ibuffer.el
./lisp/log-edit.el
./lisp/progmodes/gudmi.el
./lisp/progmodes/antlr-mode.el
./lisp/progmodes/gdb-ui.el
./lisp/progmodes/hideshow.el
./lisp/progmodes/cperl-mode.el
./lisp/progmodes/fortran.el
./lisp/progmodes/python.el
./lisp/progmodes/xscheme.el
./lisp/progmodes/cc-awk.el
./lisp/progmodes/cc-engine.el
./lisp/progmodes/cc-vars.el
./lisp/progmodes/which-func.el
./lisp/progmodes/etags.el
./lisp/progmodes/cpp.el
./lisp/progmodes/meta-mode.el
./lisp/progmodes/octave-mod.el
./lisp/progmodes/gud.el
./lisp/ido.el
./lisp/isearch.el
./lisp/expand.el
./lisp/select.el
./lisp/diff.el
./lisp/hilit-chg.el
./lisp/imenu.el
./lisp/international/ja-dic-cnv.el
./lisp/international/mule-cmds.el
./lisp/international/latin1-disp.el
./lisp/international/quail.el
./lisp/vc.el


-- 
Nick                                           http://www.inet.net.nz/~nickrob

  reply	other threads:[~2007-08-06  0:06 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-05 12:04 typo in accept-process-output (process.c) Dieter Wilhelm
2007-08-05 12:21 ` David Kastrup
2007-08-05 20:01   ` Glenn Morris
2007-08-05 22:54     ` Dieter Wilhelm
2007-08-06  0:06       ` Nick Roberts [this message]
2007-08-06  6:41         ` Dieter Wilhelm
2007-08-06 14:19     ` Richard Stallman
2007-08-06 20:50       ` Michael Olson
2007-08-07 11:02         ` Stephen Berman
2007-08-07 11:18           ` David Kastrup
2007-08-07 11:31         ` Jason Rumney
2007-08-07 16:37           ` Stefan Monnier
2007-08-07 17:33             ` Drew Adams
2007-08-07 22:01               ` Dieter Wilhelm
2007-08-07 22:17                 ` Lennart Borgman (gmail)
2007-08-07 23:16                   ` Drew Adams
2007-08-08  0:06                     ` Jason Rumney
2007-08-08  0:21                       ` Drew Adams
2007-08-09  0:07                   ` Richard Stallman
2007-08-08  3:06                 ` Eli Zaretskii
2007-08-08  5:50                   ` Dieter Wilhelm
2007-08-08 18:43                     ` Eli Zaretskii
2007-08-08 20:14                       ` David Kastrup
2007-08-08 20:24                       ` Stefan Monnier
2007-08-08 20:27                         ` martin rudalics
2007-08-08 20:53                           ` Stefan Monnier
2007-08-12 20:33                       ` Christian Schlauer
2007-08-12 22:01                         ` Stephen Berman
2007-08-13  5:00                         ` Richard Stallman
2007-08-05 20:54   ` Richard Stallman
2007-08-08  7:54     ` Glenn Morris
2007-08-09  0:07       ` Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18102.26143.443562.493719@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=dieter@duenenhof-wilhelm.de \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@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 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).