From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Leftovers in nsmenu.m Date: Thu, 17 Nov 2011 10:03:31 +0100 Message-ID: <4EC4CDE3.3070009@swipnet.se> References: 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: dough.gmane.org 1321520629 8900 80.91.229.12 (17 Nov 2011 09:03:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2011 09:03:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 17 10:03:45 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 1RQxsm-0006xv-Rp for ged-emacs-devel@m.gmane.org; Thu, 17 Nov 2011 10:03:45 +0100 Original-Received: from localhost ([::1]:40764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQxsm-0006x1-6r for ged-emacs-devel@m.gmane.org; Thu, 17 Nov 2011 04:03:44 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQxsi-0006wG-68 for emacs-devel@gnu.org; Thu, 17 Nov 2011 04:03:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQxsg-0003Sp-Gp for emacs-devel@gnu.org; Thu, 17 Nov 2011 04:03:40 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:62121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQxsg-0003Rs-73 for emacs-devel@gnu.org; Thu, 17 Nov 2011 04:03:38 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id D82F592F8 for ; Thu, 17 Nov 2011 10:03:32 +0100 (CET) Original-Received: (qmail 6029 invoked by uid 89); 17 Nov 2011 09:03:32 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 17 Nov 2011 09:03:32 -0000 Original-Received: from [10.225.16.109] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 5D8887FA058; Thu, 17 Nov 2011 10:03:32 +0100 (CET) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 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:146070 Archived-At: 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.