unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8628: 24.0.50; `thing-at-point-bounds-of-list-at-point' - no good
@ 2011-05-06  0:29 Drew Adams
  2011-05-06  0:41 ` Drew Adams
  0 siblings, 1 reply; 11+ messages in thread
From: Drew Adams @ 2011-05-06  0:29 UTC (permalink / raw)
  To: 8628

emacs -Q
 
In buffer scratch, type this text just after the initial comment:
 
(set-buffer-modified-p nil)
 
;;---------------
 
;;;;;;; fffff
 
;;;;;;; ggggg
;;;;;;; hhhhh
 

Put point just after the list `(set-buffer-modified-p nil)'.
M-: (thing-at-point-bounds-of-list-at-point)
 
The result is (218 . 282), which contains all of tthe text _after_ the
list, up to eob.
 
Put point at eob and do it again:
M-: (thing-at-point-bounds-of-list-at-point)
 
The result is (282 . 282).
 
The result in both cases should be nil - there is *NO* list at point.
 
 
 
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-04-25 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/imagesupport/include'
 






^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-07-09  0:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06  0:29 bug#8628: 24.0.50; `thing-at-point-bounds-of-list-at-point' - no good Drew Adams
2011-05-06  0:41 ` Drew Adams
2011-05-13 19:34   ` Stefan Monnier
2011-05-13 20:06     ` Drew Adams
2011-05-13 22:49       ` Juanma Barranquero
2011-05-13 23:11         ` Drew Adams
2011-07-07 18:43   ` Chong Yidong
2011-07-07 21:27     ` Drew Adams
2011-07-07 22:28       ` Chong Yidong
2011-07-07 23:39         ` Drew Adams
2011-07-09  0:10           ` Drew Adams

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).