From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Narrow cursor at end of line? Date: Sun, 10 Jan 2010 07:47:12 +0100 Message-ID: References: <87eilzvygz.fsf@topper.koldfront.dk> <871vhzqb39.fsf@hubble.informatimago.com> <87ocl3t2fz.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263106194 26654 80.91.229.12 (10 Jan 2010 06:49:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jan 2010 06:49:54 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?UTF-8?Q?Adam_Sj=C3=B8gren?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 10 07:49:47 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NTrcQ-0005y9-RG for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Jan 2010 07:49:47 +0100 Original-Received: from localhost ([127.0.0.1]:34430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTrcR-0008AO-Gp for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Jan 2010 01:49:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTraJ-0006vx-Gx for help-gnu-emacs@gnu.org; Sun, 10 Jan 2010 01:47:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTraI-0006v3-3N for help-gnu-emacs@gnu.org; Sun, 10 Jan 2010 01:47:34 -0500 Original-Received: from [199.232.76.173] (port=33616 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTraH-0006uo-OT for help-gnu-emacs@gnu.org; Sun, 10 Jan 2010 01:47:33 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:9892) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTraH-0004D2-Cc for help-gnu-emacs@gnu.org; Sun, 10 Jan 2010 01:47:33 -0500 Original-Received: by fg-out-1718.google.com with SMTP id 19so238311fgg.12 for ; Sat, 09 Jan 2010 22:47:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=heWJ2BMZo+0NA8Huw60D7DWsiWbDS6sUDbYYAaJu7i4=; b=I5wT8uSsqfV/9xf+N+Dgp4zCc2H4GXT9D53bnq1VzIShpNeppYp0RZ99gq40kmPD1j YHo1Wn5SRg+mVi6l7Dl1/b7MCdKl2/RVOxqZKxUFcuyPoJv9e5JSoH+1I7dTStzSTkda KNcT2WX2FnTDatLumASOuk5hKCFRVn+dAMU9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Ub1bl7tQDpWVAKZTjBSlekkDlJQ9veuuLXK+9boZiVE2ha3lWmTLCTmg8gUST5jbGc IaUUup5RnUOSAHbfeaByDybUdJsAzMmJeYCa4NFyh/fIuYFK06tjjHTaQYC9wlxpcObG cjeHbCSkJp/lC7u0eWVxvLNqgyuKtiy6Jg/4k= Original-Received: by 10.239.163.225 with SMTP id q33mr1184137hbd.137.1263106052089; Sat, 09 Jan 2010 22:47:32 -0800 (PST) In-Reply-To: <87ocl3t2fz.fsf@topper.koldfront.dk> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:71146 Archived-At: On Sat, Jan 9, 2010 at 10:04 PM, Adam Sj=C3=B8gren wrot= e: > > I would need a hook called every time point is moved (or any time it is > moved to/from end of line) or add an advice to something, I guess? > > I have looked though the list found with M-x apropos hook, but couldn't > really a good candidate... post-command-hook?