From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: strange byte compiler behavior Date: Mon, 31 Dec 2007 22:37:57 +0100 Message-ID: <47796135.8040900@gmx.at> References: <200712312055.lBVKteSa012881@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199137053 22489 80.91.229.12 (31 Dec 2007 21:37:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Dec 2007 21:37:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 31 22:37:41 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 1J9SKK-0003Dc-Ec for ged-emacs-devel@m.gmane.org; Mon, 31 Dec 2007 22:37:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9SJy-0003uq-7e for ged-emacs-devel@m.gmane.org; Mon, 31 Dec 2007 16:37:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J9SJu-0003ub-PA for emacs-devel@gnu.org; Mon, 31 Dec 2007 16:37:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J9SJr-0003uP-Mh for emacs-devel@gnu.org; Mon, 31 Dec 2007 16:37:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9SJr-0003uM-Ig for emacs-devel@gnu.org; Mon, 31 Dec 2007 16:37:11 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J9SJr-0002hM-2w for emacs-devel@gnu.org; Mon, 31 Dec 2007 16:37:11 -0500 Original-Received: (qmail invoked by alias); 31 Dec 2007 21:37:09 -0000 Original-Received: from N768P027.adsl.highway.telekom.at (EHLO [62.47.39.251]) [62.47.39.251] by mail.gmx.net (mp021) with SMTP; 31 Dec 2007 22:37:09 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+GrsARaGyGMp60nhPmT53PAYKSCTtZEY1CCljTrr 3v1OT66AaDWWnt User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <200712312055.lBVKteSa012881@oogie-boogie.ics.uci.edu> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:85762 Archived-At: There's still the occurrence of `file' in `vc-next-action' I reported in http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00872.html ((stringp state) (let ((revision (if verbose (read-string "Revision to steal: ") (vc-working-revision file)))) ^^^^ (dolist (file files) (vc-steal-lock file revision state))))