From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.devel Subject: Re: Leftovers in nsmenu.m Date: Thu, 17 Nov 2011 22:05:54 +0800 Organization: Royau.Me Message-ID: References: <4EC4CDE3.3070009@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1321538799 6301 80.91.229.12 (17 Nov 2011 14:06:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2011 14:06:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 17 15:06:34 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RR2bl-0002Ll-0u for ged-emacs-devel@m.gmane.org; Thu, 17 Nov 2011 15:06:29 +0100 Original-Received: from localhost ([::1]:44619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR2bk-0004xe-GU for ged-emacs-devel@m.gmane.org; Thu, 17 Nov 2011 09:06:28 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR2bd-0004wY-Qq for emacs-devel@gnu.org; Thu, 17 Nov 2011 09:06:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR2bY-0006Pb-84 for emacs-devel@gnu.org; Thu, 17 Nov 2011 09:06:21 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:39843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR2bY-0006PL-2z for emacs-devel@gnu.org; Thu, 17 Nov 2011 09:06:16 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RR2bQ-000271-O9 for emacs-devel@gnu.org; Thu, 17 Nov 2011 15:06:08 +0100 Original-Received: from 58.240.159.118 ([58.240.159.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Nov 2011 15:06:08 +0100 Original-Received: from chenggao by 58.240.159.118 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Nov 2011 15:06:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 58.240.159.118 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (darwin) Cancel-Lock: sha1:Ovq5AQ8ldOz153bb9misgZ5T808= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146078 Archived-At: *On Thu, 17 Nov 2011 10:03:31 +0100 * Also sprach "Jan D." : > Hello. > > CHENG Gao skrev 2011-11-17 09:23: >> In nsmenu.m (latest bzr source), line 41: >> ,---- >> | #define MenuStagger 10.0 >> `---- >> Seems it's not used in any source file. Guess it's leftover. >> Line 58-62: >> ,---- >> | #if 0 /* Include lisp -> C common menu parsing code */ #define >> | ENCODE_MENU_STRING(str) ENCODE_UTF_8 (str) #include >> | "nsmenu_common.c" #endif >> `---- >> Seems nsmenu_common.c can not be found in source tree. >> >> > > Thanks for pointing that out. There is a lot of old stuff in the > ns-files, but a cleanup will have to wait until after the release as > we are in a feature freeze. Not that a cleanup is a feature, but it > might break something. > > Jan D. Ok I understand. We can wait for a while for cleanup.