unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10899: 24.0.93; c-forward-conditional should not move the mark
@ 2012-02-27 19:06 Dani Moncayo
  2012-02-27 19:29 ` Dani Moncayo
  0 siblings, 1 reply; 10+ messages in thread
From: Dani Moncayo @ 2012-02-27 19:06 UTC (permalink / raw)
  To: 10899

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

Recipe from "emacs -Q":
1. Visit the attached file.
2. Type: C-SPC C-c C-n C-c C-n

--> Expected result: the region covers the two "#ifdef" preprocessor
conditionals.
--> Observed result: it covers only the second one, because the mark
has moved when I typed the second "C-c C-n".


In GNU Emacs 24.0.93.1 (i386-mingw-nt6.1.7601)
 of 2012-02-14 on DANI-PC
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --with-gcc (4.6)'

-- 
Dani Moncayo

[-- Attachment #2: test.c --]
[-- Type: text/x-csrc, Size: 62 bytes --]


#ifdef AA
AA_CODE;
#endif

#ifdef BB
BB_CODE;
#endif

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

end of thread, other threads:[~2020-08-25 12:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 19:06 bug#10899: 24.0.93; c-forward-conditional should not move the mark Dani Moncayo
2012-02-27 19:29 ` Dani Moncayo
2012-02-27 20:28   ` Eli Zaretskii
2012-02-27 20:59     ` Dani Moncayo
2012-02-28  7:42       ` Dani Moncayo
2012-02-28 10:30         ` Juri Linkov
2012-02-28 11:12           ` Dani Moncayo
2012-02-29  0:14             ` Juri Linkov
2012-02-28 21:59         ` Stefan Monnier
2020-08-25 12:34           ` Lars Ingebrigtsen

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).