From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.bugs Subject: bug#11617: Don't use 'register'; these days it's not needed. Date: Mon, 04 Jun 2012 07:40:11 -0700 Organization: UCLA Computer Science Department Message-ID: <4FCCC8CB.2040604@cs.ucla.edu> References: <4FCAFED3.4080008@cs.ucla.edu> <4FCB91E9.1060101@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1338820890 31694 80.91.229.3 (4 Jun 2012 14:41:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Jun 2012 14:41:30 +0000 (UTC) Cc: 11617@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 04 16:41:28 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SbYTE-0002l1-0p for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Jun 2012 16:41:24 +0200 Original-Received: from localhost ([::1]:59911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbYT7-0001fp-Ia for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Jun 2012 10:41:17 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbYT0-0001fe-U1 for bug-gnu-emacs@gnu.org; Mon, 04 Jun 2012 10:41:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbYSw-0004kL-GQ for bug-gnu-emacs@gnu.org; Mon, 04 Jun 2012 10:41:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbYSw-0004k5-DE for bug-gnu-emacs@gnu.org; Mon, 04 Jun 2012 10:41:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SbYUp-0005Pc-8Q for bug-gnu-emacs@gnu.org; Mon, 04 Jun 2012 10:43:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Paul Eggert Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Jun 2012 14:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11617 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 11617-submit@debbugs.gnu.org id=B11617.133882093820751 (code B ref 11617); Mon, 04 Jun 2012 14:43:01 +0000 Original-Received: (at 11617) by debbugs.gnu.org; 4 Jun 2012 14:42:18 +0000 Original-Received: from localhost ([127.0.0.1]:57200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SbYU5-0005Od-Co for submit@debbugs.gnu.org; Mon, 04 Jun 2012 10:42:18 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:59541) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SbYU3-0005OP-0v for 11617@debbugs.gnu.org; Mon, 04 Jun 2012 10:42:15 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id B9630A60006; Mon, 4 Jun 2012 07:40:11 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RBnVH7r+m6Cg; Mon, 4 Jun 2012 07:40:11 -0700 (PDT) Original-Received: from [192.168.1.10] (pool-71-189-109-235.lsanca.fios.verizon.net [71.189.109.235]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 5BA70A60003; Mon, 4 Jun 2012 07:40:11 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:60703 Archived-At: On 06/04/2012 06:06 AM, Stefan Monnier wrote: > In my world, the keyword "register" is just another kind of whitespace. It's a funny kind of whitespace that triggers compiler bugs and makes code harder to read.... but I take your point and won't remove 'register' all at once.