From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Advising forward-char not working properly Date: Sat, 14 Jun 2003 08:29:35 -0400 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87brx2jnwl.fsf@zamazal.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055593759 8357 80.91.224.249 (14 Jun 2003 12:29:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2003 12:29:19 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 14 14:29:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19RA9k-0002Ae-00 for ; Sat, 14 Jun 2003 14:29:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19RAAl-00034y-8z for gnu-bug-gnu-emacs@m.gmane.org; Sat, 14 Jun 2003 08:30:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19RAAX-0002tL-Qw for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2003 08:30:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19RAAB-0002EE-S4 for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2003 08:29:45 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19RAA3-00020C-J6 for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2003 08:29:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19RAA3-00088J-3I; Sat, 14 Jun 2003 08:29:35 -0400 Original-To: Milan Zamazal In-reply-to: <87brx2jnwl.fsf@zamazal.org> (message from Milan Zamazal on Fri, 13 Jun 2003 12:02:34 +0200) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5300 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5300 When I advise the function forward-char or backward-char, the advice is not invoked if the function is called via its key binding. These functions are executed directly in many cases. Advising built-in functions does not generally work.