From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Compilation warnings from building latest git source Date: Sat, 22 Aug 2009 15:51:37 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250970728 1465 80.91.229.12 (22 Aug 2009 19:52:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Aug 2009 19:52:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 22 21:52:00 2009 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 1Mewd6-0008PH-Im for ged-emacs-devel@m.gmane.org; Sat, 22 Aug 2009 21:52:00 +0200 Original-Received: from localhost ([127.0.0.1]:44367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mewd5-0001A2-T3 for ged-emacs-devel@m.gmane.org; Sat, 22 Aug 2009 15:52:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mewcq-000136-Sc for emacs-devel@gnu.org; Sat, 22 Aug 2009 15:51:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mewcm-00011X-E8 for emacs-devel@gnu.org; Sat, 22 Aug 2009 15:51:44 -0400 Original-Received: from [199.232.76.173] (port=48322 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mewcm-00011U-4a for emacs-devel@gnu.org; Sat, 22 Aug 2009 15:51:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51809) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mewcl-0008TO-Ld for emacs-devel@gnu.org; Sat, 22 Aug 2009 15:51:39 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Mewck-0004Iy-1R; Sat, 22 Aug 2009 15:51:38 -0400 X-Spook: Iran ANC afsatcom genetic AIMSX Ortega e-bomb Hamas X-Ran: Q\:zR|wK~$tqbqk09s%,3h'73Tn}Xd^``KE=_b:m4VhUEe.zzT|wwET`Tkk^Z6jXX'~4Y+ X-Hue: white X-Attribution: GM In-Reply-To: (CHENG Gao's message of "Sat, 22 Aug 2009 15:54:05 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/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:114518 Archived-At: CHENG Gao wrote: > The attached file shows all compilation warnings from building latest > git source. There is no need to send us these warnings. They don't vary between platforms, we can all read them for ourselves. > So what's the orthodoxical way to rewrite goto-line? In most cases, as suggested by the doc string. But you need to consider whether each case actually needs the other stuff goto-line does: push mark, widen, handle selective display.