From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: toggle-read-only should not give compilation warnings Date: Thu, 12 Jul 2012 23:03:03 -0700 Message-ID: <5FF25C305A654B3186B36D828BBE52D7@us.oracle.com> References: <877gubszqq.fsf@gnu.org> <87txxcgrq2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342159395 18115 80.91.229.3 (13 Jul 2012 06:03:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2012 06:03:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Chong Yidong'" , "'Glenn Morris'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 13 08:03:14 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SpYy9-0004qy-2A for ged-emacs-devel@m.gmane.org; Fri, 13 Jul 2012 08:03:13 +0200 Original-Received: from localhost ([::1]:43687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpYy8-0008EW-9r for ged-emacs-devel@m.gmane.org; Fri, 13 Jul 2012 02:03:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpYy6-0008ER-Ag for emacs-devel@gnu.org; Fri, 13 Jul 2012 02:03:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpYy5-0001ag-DW for emacs-devel@gnu.org; Fri, 13 Jul 2012 02:03:10 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:40678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpYy5-0001aa-6u; Fri, 13 Jul 2012 02:03:09 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q6D636vc023297 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 13 Jul 2012 06:03:07 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q6D635QT028637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2012 06:03:06 GMT Original-Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q6D635IV027333; Fri, 13 Jul 2012 01:03:05 -0500 Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 12 Jul 2012 23:03:05 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87txxcgrq2.fsf@gnu.org> Thread-Index: Ac1gt4+2YD8enlxtQMeB7jcmJSuezgABVJVg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 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:151585 Archived-At: > A prevalance of spurious warnings tend to mask real ones, by teaching > people to ignore warnings. So I'd like to get rid of these one way or > another---but preferably without sprinking with-no-warnings > all over the place. +1 for that paragraph and everything else CY said.