From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Help setting nadvice for indent-region Date: Thu, 11 Feb 2016 20:03:52 +0100 Message-ID: <871t8j133b.fsf@web.de> References: <87a8ne2k6v.fsf@web.de> <87bn7n15ki.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1455217462 31672 80.91.229.3 (11 Feb 2016 19:04:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Feb 2016 19:04:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 11 20:04:17 2016 Return-path: Envelope-to: geh-help-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 1aTwXJ-0002J9-FP for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Feb 2016 20:04:17 +0100 Original-Received: from localhost ([::1]:52742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTwXI-0001Kd-JH for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Feb 2016 14:04:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTwX7-0001KH-Ps for help-gnu-emacs@gnu.org; Thu, 11 Feb 2016 14:04:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTwX2-0001Ie-Pt for help-gnu-emacs@gnu.org; Thu, 11 Feb 2016 14:04:05 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:41006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTwX2-0001IS-Il for help-gnu-emacs@gnu.org; Thu, 11 Feb 2016 14:04:00 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aTwX1-00026X-85 for help-gnu-emacs@gnu.org; Thu, 11 Feb 2016 20:03:59 +0100 Original-Received: from dslb-092-074-178-250.092.074.pools.vodafone-ip.de ([92.74.178.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Feb 2016 20:03:59 +0100 Original-Received: from michael_heerdegen by dslb-092-074-178-250.092.074.pools.vodafone-ip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Feb 2016 20:03:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-092-074-178-250.092.074.pools.vodafone-ip.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.90 (gnu/linux) Cancel-Lock: sha1:iVERnHh0LM3joKx5yABecIV6js8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109110 Archived-At: Kaushal Modi writes: > Sorry, let me rephrase that. I meant to say that using Stefan's > suggested method to advise eval-region also affected eval-defun. > Without a region selected, if I did C-M-x with the point in a defun, > this advice begin applied to eval-region would cause the whole buffer > to be evaluated (not just that defun as I would expect C-M-x to > do). That would adversely affect instrumenting edebug too (C-u C-M-x). I tried it, and can't reproduce what you describe. How did you try it (recipe)? Michael.