From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raffaele Ricciardi Newsgroups: gmane.emacs.help Subject: `narrow-to-region' leaves the mark active Date: Fri, 17 Jul 2015 15:55:27 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1437141617 5348 80.91.229.3 (17 Jul 2015 14:00:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2015 14:00:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 17 16:00:17 2015 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 1ZG6BT-0000M2-SD for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2015 16:00:16 +0200 Original-Received: from localhost ([::1]:45006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG6BT-0006Xr-Et for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2015 10:00:15 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-X-Trace: individual.net tk01uCQQu9gy4WZb9obIuwsVIrG8UD6Ff/IqE1jStzYd3iiz/c Cancel-Lock: sha1:7dMVfyrOVmwJ7JJWZQVDLfTShvE= X-Mozilla-News-Host: snews://News.Individual.NET:563 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 Original-Xref: usenet.stanford.edu gnu.emacs.help:213499 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:105785 Archived-At: Unlike in `emacs -Q', `C-x n n (narrow-to-region)' leaves the mark active in my configuration, even in Fundamental Mode. What could be causing this? I have tried setting the value of both `symbol-plist' and `post-command-hook' to the value they have in `emacs -Q', but the problem persisted. `M-x apropos-user-option RET mark RET' does not list any option that looks related. Transient Mark Mode is enabled. Thank you.