From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Lee Newsgroups: gmane.emacs.help Subject: what's intangibility in move-end-of-line? Date: Sat, 6 Dec 2008 15:49:43 -0800 (PST) Organization: http://groups.google.com Message-ID: 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 1228639472 19171 80.91.229.12 (7 Dec 2008 08:44:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2008 08:44:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 07 09:45:36 2008 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 1L9FGh-0002Ap-L7 for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Dec 2008 09:45:35 +0100 Original-Received: from localhost ([127.0.0.1]:55592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9FFW-0005og-Tw for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Dec 2008 03:44:22 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g1g2000pra.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 30 Original-NNTP-Posting-Host: 24.6.185.159 Original-X-Trace: posting.google.com 1228607383 14103 127.0.0.1 (6 Dec 2008 23:49:43 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 6 Dec 2008 23:49:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g1g2000pra.googlegroups.com; posting-host=24.6.185.159; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165078 comp.emacs:97427 X-Mailman-Approved-At: Sun, 07 Dec 2008 03:43:28 -0500 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:60409 Archived-At: aboutin the inline doc for move-end-of-line, it says: =C2=AB move-end-of-line is an interactive compiled Lisp function in `simple.el'. It is bound to M-D. (move-end-of-line arg) Move point to end of current line as displayed. (If there's an image in the line, this disregards newlines which are part of the text that the image rests on.) With argument arg not nil or 1, move forward arg - 1 lines first. If point reaches the beginning or end of buffer, it stops there. To ignore intangibility, bind `inhibit-point-motion-hooks' to t. =C2=BB this seems unclear to me. What is this intangibility? looking up on inhibit-point-motion-hooks does not seems to clear up. It seems about some properties in lisp symbols. I need to use this in elisp code. Not sure if it is proper to use in elisp code. Thanks. Xah =E2=88=91 http://xahlee.org/ =E2=98=84