> From: "Drew Adams" <[EMAIL PROTECTED]> > Date: Sun, 12 Mar 2006 17:51:49 -0800 > > A detail: The region exists always.
No, it doesn't. When a buffer is created, at first it has no mark, so there's no region. (Try e.g. "C-x C-x" in a freshly created buffer, and you will see an error message saying there's no region.) You must set the mark once to define the region. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
