From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: typo in accept-process-output (process.c) Date: Mon, 6 Aug 2007 12:06:55 +1200 Message-ID: <18102.26143.443562.493719@kahikatea.snap.net.nz> References: <87ejiinq6b.fsf@debby.local.net> <85643u8955.fsf@lola.goethe.zz> <87myx5k2xl.fsf@debby.local.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186358883 7171 80.91.229.12 (6 Aug 2007 00:08:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2007 00:08:03 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org To: Dieter Wilhelm Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 06 02:08:00 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IHq8c-0007ow-1i for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2007 02:07:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHq8a-00008Q-4H for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2007 20:07:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IHq8W-00008J-Mh for emacs-devel@gnu.org; Sun, 05 Aug 2007 20:07:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IHq8S-0008WE-PL for emacs-devel@gnu.org; Sun, 05 Aug 2007 20:07:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHq8S-0008W5-Lc for emacs-devel@gnu.org; Sun, 05 Aug 2007 20:07:48 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IHq81-0001xD-Qi; Sun, 05 Aug 2007 20:07:25 -0400 Original-Received: from kahikatea.snap.net.nz (210.41.255.123.static.snap.net.nz [123.255.41.210]) by viper.snap.net.nz (Postfix) with ESMTP id EE74F3D98E4; Mon, 6 Aug 2007 12:06:59 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 202428FC6D; Mon, 6 Aug 2007 12:06:56 +1200 (NZST) In-Reply-To: <87myx5k2xl.fsf@debby.local.net> X-Mailer: VM 7.19 under Emacs 22.1.50.7 X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76069 Archived-At: > 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 "\" {} \; >... Hmm, that would make things easier if it were true (I can find 108): find -name \*el -exec grep -l "\" {} \; ./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