bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Elisp manual, node Display Property, function `2+'


From: Drew Adams
Subject: Elisp manual, node Display Property, function `2+'
Date: Fri, 28 Dec 2007 08:31:49 -0800

There is no such predefined function: `2+'

Here is the example (second example in node):

(defun foo ()
       (goto-char (point-min))
       (dotimes (i 5)
         (let ((string (concat "A")))
           (put-text-property (point) (2+ (point)) 'display string) ; HUH?
           (put-text-property (point) (1+ (point)) 'display string)
           (forward-char 2))))


In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'






reply via email to

[Prev in Thread] Current Thread [Next in Thread]