From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Misto ." Newsgroups: gmane.emacs.help Subject: highlight-changes-remove Date: Tue, 26 Apr 2005 12:26:44 +0200 Message-ID: Reply-To: "Misto ." NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1114511891 22298 80.91.229.2 (26 Apr 2005 10:38:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2005 10:38:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 26 12:38:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQNRx-0002UV-DJ for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Apr 2005 12:37:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQNXe-00037w-Su for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Apr 2005 06:43:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQNKC-0008FY-SY for help-gnu-emacs@gnu.org; Tue, 26 Apr 2005 06:29:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQNKA-0008F4-Qg for help-gnu-emacs@gnu.org; Tue, 26 Apr 2005 06:29:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQNKA-000890-BS for help-gnu-emacs@gnu.org; Tue, 26 Apr 2005 06:29:50 -0400 Original-Received: from [64.233.162.200] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQNKi-00077O-IZ for help-gnu-emacs@gnu.org; Tue, 26 Apr 2005 06:30:24 -0400 Original-Received: by zproxy.gmail.com with SMTP id 13so1312553nzp for ; Tue, 26 Apr 2005 03:26:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=smgi3XLtoi68crmHS77GfNjizldxf8yN5wB4RvCAWrpSwqPjY6pbM5WMao9gliJn/koc9d6X0g5dmQOdXF0thYIZuFonCobL6WEwfutOu46FDiHXVnSIz2F/+zmyZm89++K7TsqHmdz51ZaBy1EcQOhifPVZBDzJLnBIgj6mg78= Original-Received: by 10.36.9.2 with SMTP id 2mr589710nzi; Tue, 26 Apr 2005 03:26:44 -0700 (PDT) Original-Received: by 10.36.8.18 with HTTP; Tue, 26 Apr 2005 03:26:44 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:26049 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26049 Hi to all! I use the highlight mode when editing my files.=20 I would like to bind the function highlight-changes-remove-highlight when I save the file. First is needed to select all the buffer and next invoke that functio= n. How I can do that?=20 Thanks for your time!