unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* nmake recompile failes - 21.3
@ 2003-02-14  3:15 Dhruva Krishnamurthy
  2003-02-14 10:04 ` Juanma Barranquero
  0 siblings, 1 reply; 4+ messages in thread
From: Dhruva Krishnamurthy @ 2003-02-14  3:15 UTC (permalink / raw)
  Cc: Emacs Bug

Hello,
 I am building from latest (14th Feb IST) CVS (Emacs 21.3) on W2K using
 MSVC 6.0

Byte compiling for the following files fails due to "Invalid escape
character syntax".
It is referring to the escape char "?\s".

File: ruler-mode.el
At line #181

File: international/charecters.el
line:#86

with regards,
dhruva
-- 
Dhruva Krishnamurthy
Home: http://www32.brinkster.com/schemer/

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

* Re: nmake recompile failes - 21.3
  2003-02-14  3:15 nmake recompile failes - 21.3 Dhruva Krishnamurthy
@ 2003-02-14 10:04 ` Juanma Barranquero
  2003-02-14 11:54   ` Dhruva Krishnamurthy
  0 siblings, 1 reply; 4+ messages in thread
From: Juanma Barranquero @ 2003-02-14 10:04 UTC (permalink / raw)
  Cc: Emacs Devel

On Fri, 14 Feb 2003 08:45:53 +0530, "Dhruva Krishnamurthy" <seagull@fastmail.fm> wrote:

> Byte compiling for the following files fails due to "Invalid escape
> character syntax".
> It is referring to the escape char "?\s".
> 
> File: ruler-mode.el
> At line #181
> 
> File: international/charecters.el
> line:#86

Try with

nmake realclean
nmake bootstrap


                                                           /L/e/k/t/u

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

* Re: nmake recompile failes - 21.3
  2003-02-14 10:04 ` Juanma Barranquero
@ 2003-02-14 11:54   ` Dhruva Krishnamurthy
  2003-02-14 12:49     ` Juanma Barranquero
  0 siblings, 1 reply; 4+ messages in thread
From: Dhruva Krishnamurthy @ 2003-02-14 11:54 UTC (permalink / raw)
  Cc: Emacs Devel

On Fri, 14 Feb 2003 11:04:00 +0100, "Juanma Barranquero" <lektu@terra.es>
said:
> Try with
> 
> nmake realclean
> nmake bootstrap
Does not help.
 I see your current promotion has removed the problem "?\s" escape char.
 It builds fine now. Thanks.

with regards,
dhruva
-- 
Dhruva Krishnamurthy
Home: http://www32.brinkster.com/schemer/

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

* Re: nmake recompile failes - 21.3
  2003-02-14 11:54   ` Dhruva Krishnamurthy
@ 2003-02-14 12:49     ` Juanma Barranquero
  0 siblings, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2003-02-14 12:49 UTC (permalink / raw)
  Cc: Emacs Devel

On Fri, 14 Feb 2003 17:24:28 +0530, "Dhruva Krishnamurthy" <seagull@fastmail.fm> wrote:

> Does not help.
>  I see your current promotion has removed the problem "?\s" escape char.
>  It builds fine now. Thanks.

I don't understand.

AFAICS, you were getting an error with recompile because two elisp
modules use now the new ?\s syntax (which is safer than protecting the
space with a comment, as previously done), and you hadn't compiled the
new lread.c. Building or bootstrapping should fix it.

I didn't remove the two ?\s introduced in ruler-mode.el and
international/characters.el. They're still there.

Additionally, the following change:

	(read1): Signal an `invalid read syntax' error if a character
	constant is immediately followed by a digit or symbol character.

has uncovered ill-formated constant characters in some modules. Those
are fixed now, too.

                                                           /L/e/k/t/u

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

end of thread, other threads:[~2003-02-14 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-14  3:15 nmake recompile failes - 21.3 Dhruva Krishnamurthy
2003-02-14 10:04 ` Juanma Barranquero
2003-02-14 11:54   ` Dhruva Krishnamurthy
2003-02-14 12:49     ` Juanma Barranquero

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