all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#10906: 24.0.94; `c-mark-function' does set the mark well
@ 2012-02-28 12:36 Dani Moncayo
  2012-02-29  9:02 ` Dani Moncayo
  2012-03-08 11:51 ` bug#10906: Bug #10906 - " Alan Mackenzie
  0 siblings, 2 replies; 14+ messages in thread
From: Dani Moncayo @ 2012-02-28 12:36 UTC (permalink / raw)
  To: 10906

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

Recipe from "emacs -Q":
1. Visit the attached file.
2. Move point to the end of the "printf" sentence.
3. Type C-M-h
4. C-g
5. Type C-u C-SPC

--> Expected result: The point moves back to the position it occupied
just before step #3, i.e., to the end of the "printf" sentence.  This
is the behavior that makes sense, and the one you get if you replace
steps #3 and #4 with "Type C-M-a".

--> Observed result: The point moves to the end of the "main" function.


In GNU Emacs 24.0.94.1 (i386-mingw-nt6.1.7601)
 of 2012-02-27 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: 96 bytes --]


// Test
void main(void)
{
  // Say hello
  printf("Hello, world!");
}

// End of file

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

end of thread, other threads:[~2012-03-09 16:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 12:36 bug#10906: 24.0.94; `c-mark-function' does set the mark well Dani Moncayo
2012-02-29  9:02 ` Dani Moncayo
2012-03-01 21:24   ` Alan Mackenzie
2012-03-01 23:03     ` Dani Moncayo
2012-03-01 23:13       ` Alan Mackenzie
2012-03-03 14:16       ` Alan Mackenzie
2012-03-05 18:41       ` Alan Mackenzie
2012-03-05 22:36         ` Dani Moncayo
2012-03-07 21:09           ` Alan Mackenzie
2012-03-07 21:37             ` Dani Moncayo
2012-03-09 16:49               ` Alan Mackenzie
2012-03-01 23:16     ` Glenn Morris
2012-03-01 23:19   ` Glenn Morris
2012-03-08 11:51 ` bug#10906: Bug #10906 - " Alan Mackenzie

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.