From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14611: Suggest warning: forward-sexp not from program Date: Thu, 13 Jun 2013 12:41:18 -0400 Message-ID: References: <51B9EFFE.9050906@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371141745 32609 80.91.229.3 (13 Jun 2013 16:42:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 16:42:25 +0000 (UTC) To: 14611-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 13 18:42:25 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1UnAbK-0008PT-Sh for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 18:42:19 +0200 Original-Received: from localhost ([::1]:53027 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnAbF-0003ov-7B for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 12:42:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnAbB-0003kg-1u for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 12:42:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnAb5-0005u5-Ff for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 12:42:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnAb5-0005u0-CJ for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 12:42:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UnAb5-0004Kk-3b for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 12:42:03 -0400 Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Jun 2013 16:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 14611 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug wontfix Mail-Followup-To: 14611@debbugs.gnu.org, rgm@gnu.org, andreas.roehler@easy-emacs.de Original-Received: via spool by 14611-done@debbugs.gnu.org id=D14611.137114168216552 (code D ref 14611); Thu, 13 Jun 2013 16:42:02 +0000 Original-Received: (at 14611-done) by debbugs.gnu.org; 13 Jun 2013 16:41:22 +0000 Original-Received: from localhost ([127.0.0.1]:41779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UnAaQ-0004It-CU for submit@debbugs.gnu.org; Thu, 13 Jun 2013 12:41:22 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:45445 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UnAaN-0004Ih-UW for 14611-done@debbugs.gnu.org; Thu, 13 Jun 2013 12:41:20 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UnAaM-0004Lp-EF; Thu, 13 Jun 2013 12:41:18 -0400 X-Spook: wire transfer AK-47 Watergate 9/11 Capricorn BCCI Consul X-Ran: \dpj}!zjLb$FY[(~ygsB0FJPb,[!5~O!b6 ("Andreas =?UTF-8?Q?R=C3=B6hler?="'s message of "Thu, 13 Jun 2013 18:14:54 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:75063 Archived-At: Andreas R=C3=B6hler wrote: > as `forward-sexp-function' might be set by users, `forward-sexp' is > susceptible to fail when built into a program - which executes then > set new binding. Just came across that mistake. So let-bind forward-sexp-function around any calls where you think that might happen. forward-sexp is user in 100s of places in lisp/.