Mercurial > hg > xemacs-beta
annotate nt/installer/Wise/type.dlg @ 4619:75e7ab37b6c8
Fix query-coding-tests.el failures, non-mule ELCs, mule build.
lisp/ChangeLog addition:
2009-02-17 Aidan Kehoe <kehoea@parhasard.net>
* unicode.el (unicode-query-coding-region):
Avoid eval-when-compile where that gives incorrect results when
compiled on a non-Mule XEmacs but run on a Mule XEmacs. Fixes
problems seen by
20a807210902131835o2f25930apaffabb6b62a95e5f@mail.gmail.com ,
thank you Vin!
(An equivalent way to get the efficiency of the eval-when-compile
would be to provide two defvars, evaluated at dump time, but this
code will be in C soon enough, and we can use the relevant
preprocessor constants there.)
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 17 Feb 2009 08:35:13 +0000 |
parents | a268de273009 |
children |
rev | line source |
---|---|
2370 | 1 Document Type: DLG |
2 item: Custom Dialog | |
3 Name=type | |
4 item: Dialog | |
5 Title=type | |
6 Width=238 | |
7 Height=208 | |
8 Font Name=Helv | |
9 Font Size=8 | |
10 item: Radio Button | |
11 Rectangle=5 5 40 20 | |
12 Enabled Color=00000000000000001111111111111111 | |
13 Create Flags=01010000000000010000000000001001 | |
14 Text=minimal | |
15 Text= | |
16 end | |
17 item: Radio Button | |
18 Rectangle=5 25 40 40 | |
19 Enabled Color=00000000000000001111111111111111 | |
20 Create Flags=01010000000000010000000000001001 | |
21 Text=custom | |
22 Text= | |
23 end | |
24 item: Radio Button | |
25 Rectangle=5 45 40 60 | |
26 Enabled Color=00000000000000001111111111111111 | |
27 Create Flags=01010000000000010000000000001001 | |
28 Text=full | |
29 Text= | |
30 end | |
31 end | |
32 end |