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: Tue, 01 Jan 2008 11:33:49 +0100 Message-ID: <477A170D.5020107@gmx.at> References: <200712312055.lBVKteSa012881@oogie-boogie.ics.uci.edu> <47796135.8040900@gmx.at> <200712312211.lBVMBYgL017584@oogie-boogie.ics.uci.edu> <47796D74.20801@gmx.at> <200712312242.lBVMgAAg019371@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 1199183597 10978 80.91.229.12 (1 Jan 2008 10:33:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jan 2008 10:33:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 01 11:33:32 2008 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 1J9eR9-0004rN-Il for ged-emacs-devel@m.gmane.org; Tue, 01 Jan 2008 11:33:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9eQn-0006Sd-KO for ged-emacs-devel@m.gmane.org; Tue, 01 Jan 2008 05:33:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J9eQj-0006SO-RT for emacs-devel@gnu.org; Tue, 01 Jan 2008 05:33:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J9eQh-0006SC-C3 for emacs-devel@gnu.org; Tue, 01 Jan 2008 05:33:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9eQh-0006S9-6f for emacs-devel@gnu.org; Tue, 01 Jan 2008 05:33:03 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J9eQg-0003wJ-9t for emacs-devel@gnu.org; Tue, 01 Jan 2008 05:33:03 -0500 Original-Received: (qmail invoked by alias); 01 Jan 2008 10:32:47 -0000 Original-Received: from N791P026.adsl.highway.telekom.at (EHLO [62.47.42.218]) [62.47.42.218] by mail.gmx.net (mp029) with SMTP; 01 Jan 2008 11:32:47 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18plI5QOkwpfPYx2PYKJwLg52BZFOfqqbLN2Iwx6o ynece1TCA+qhrW User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <200712312242.lBVMgAAg019371@oogie-boogie.ics.uci.edu> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85806 Archived-At: > > IIRC, it's a known issue with the byte-compiler. The "incorrect" > > warning you see is the warning for the one I mention. > > Doubtful, I fixed that issue in my tree and I still get a warning. Because there's yet another one here: (setq revision (read-string "New revision or backend: ")) (let ((vsym (intern (upcase revision)))) (if (member vsym vc-handled-backends) (vc-transfer-file file vsym) ^^^^ (vc-checkin ready-for-commit revision))))))))