Hello
Finally I found the time to submit the auctex 11.84 version (which as
we all know will not work as it is since it needs a patch for
XEmacs.rules).
Stephen suggested to create a branch by:
cvs tag -b -r auctex-1_48 auctex-11_84-import
When I do this I obtain
cvs [server aborted]: could not open lock file `/pack/xemacscvs/XEmacs/packages/xemacs-packages/auctex/,.cvsignore,': Permission denied
So I don't quite understand how to proceed.
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Thanks, Stephen!
Ar an cúigiú lá déag de mí Bealtaine, scríobh Stephen J. Turnbull:
> APPROVE COMMIT 21.5
>
> Vin Shelton writes:
>
> > >>Error occurred processing /opt/src/xemacs-21.5-2008-05-14/lisp/subr.el: Wrong number of arguments: (lambda (form a list &rest keys) "
> > Common Lisp lambda list:
> > (member* FORM A LIST &rest KEYS)
>
> *sigh*
>
> This patch fixes the build and `make check' passes. I believe it
> implements the desired semantics.
>
> diff -r 34b42224a066 lisp/ChangeLog
> --- a/lisp/ChangeLog Wed May 14 23:55:13 2008 +0200
> +++ b/lisp/ChangeLog Wed May 14 21:56:11 2008 -0700
> @@ -0,0 +1,4 @@
> +2008-05-14 Stephen J. Turnbull <stephen(a)xemacs.org>
> +
> + * subr.el (add-to-list): Fix Aidan's last commit.
> +
>
> diff -r 34b42224a066 lisp/subr.el
> --- a/lisp/subr.el Wed May 14 23:55:13 2008 +0200
> +++ b/lisp/subr.el Wed May 14 21:56:12 2008 -0700
> @@ -402,8 +402,7 @@
> into a hook function that will be run only after loading the package.
> `eval-after-load' provides one way to do this. In some cases
> other hooks, such as major mode hooks, can do the job."
> - (if (member* (member* element (symbol-value list-var)
> - :test (or compare-fn #'equal)))
> + (if (member* element (symbol-value list-var) :test (or compare-fn #'equal))
> (symbol-value list-var)
> (set list-var
> (if append
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
================================================================
Dear Bug Team!
Thanks for your time!
If the file path includes character $, the file could not open with
message "Syntax error: Substituting nonexistent environment variable,
\\\\xiamen\\c$\\test, ""
I am trying to open file test under c:\ driver of another host
xiamen (\\xiamen\c$\test), the function used to work well. If I share
c:\ manually (\\xiamne\c\test), it works well
Thanks,
Cliff
================================================================
System Info to help track down your bug:
---------------------------------------
OS version:
Microsoft Windows XP [Version 5.1.2600]
OS: Windows_NT
XEmacs 21.5-b28 "fuki" (+CVS-20070925) configured for `i586-pc-win32'.
Building XEmacs using "nmake".
Building XEmacs using make flags " ".
Building XEmacs in source tree
"c:\\XEmacsBuild\\xemacs-21.5-2007-09-26".
For src, using compiler "cl -nologo -W3 -DSTRICT -Zi -Od -MD -c -TP
-Ic:\XEmacsBuild\xemacs-21.5-2007-09-26\nt\inc
-Ic:\XEmacsBuild\xemacs-21.5-2007-09-26\src
-I"e:/cygwin/usr/local/src\xpm-3.4k"
-I"e:/cygwin/usr/local/src\xpm-3.4k\lib"
-I"e:/cygwin/usr/local/src\libpng-1.2.8"
-I"e:/cygwin/usr/local/src/zlib"
-I"e:/cygwin/usr/local/src/tiff-3.7.3\libtiff"
-I"e:/cygwin/usr/local/src\jpeg-6b" -I"e:/cygwin/usr/local/src/zlib"
-DHAVE_MS_WINDOWS -DHAVE_MENUBARS -DHAVE_SCROLLBARS -DHAVE_TOOLBARS
-DHAVE_WIDGETS -DHAVE_DIALOGS -DHAVE_XPM -DFOR_MSW -DHAVE_GIF -DHAVE_PNG
-DHAVE_TIFF -DHAVE_JPEG -DHAVE_ZLIB -DHAVE_NATIVE_SOUND -DMULE
-DERROR_CHECK_ALL -DPDUMP -DUSE_KKCC -DSYSTEM_MALLOC -DDEBUG_XEMACS
-D_DEBUG -DWIN32_LEAN_AND_MEAN -DWIN32_NATIVE -Demacs -DHAVE_CONFIG_H
-DPATH_VERSION=\"21.5-b28\" -DPATH_PROGNAME=\"xemacs\"
-DEMACS_VERSION=\"21.5-b28\" -DEMACS_PROGNAME=\"xemacs\"
-DSTACK_TRACE_EYE_CATCHER=xemacs_21_5_b28_i586_pc_win32
-DPATH_PREFIX=\"..\" -DEMACS_MAJOR_VERSION=21 -DEMACS_MINOR_VERSION=5
-DEMACS_BETA_VERSION=28 -DXEMACS_CODENAME=\""fuki"\"
-DXEMACS_EXTRA_NAME=\"(+CVS-20070925)\"
-DEMACS_CONFIGURATION=\"i586-pc-win32\"".
For lib-src, using compiler "cl -nologo -W3 -DSTRICT -Zi -Od -MD
-Ic:\XEmacsBuild\xemacs-21.5-2007-09-26\lib-src
-Ic:\XEmacsBuild\xemacs-21.5-2007-09-26\src -DHAVE_CONFIG_H
-DWIN32_NATIVE".
Compiling as C++.
Installing XEmacs in
"c:/XEmacsBuild/installed/2007-09-26/XEmacs-21.5-b28".
Compiling in support for Microsoft Windows native GUI.
Compiling in international (MULE) support.
Compiling in support for XPM images.
Compiling in support for GIF images.
Compiling in support for PNG images.
Compiling in support for TIFF images.
Compiling in support for JPEG images.
Compiling in support for GZIP compression/decompression.
Compiling in support for toolbars.
Compiling in support for dialogs.
Compiling in support for widgets.
Compiling in support for native sounds.
Using portable dumper.
Using system malloc.
Using DLL version of C runtime library.
Compiling in extra internal error-checking.
NOTE: ---------------------------------------------------------
NOTE: Compiling in support for runtime error-checking.
NOTE: XEmacs will run noticeably more slowly as a result.
NOTE: Error-checking is on by default for XEmacs beta releases.
NOTE: ---------------------------------------------------------
Compiling in debugging support (no slowdown).
Using new experimental GC mark algorithms.
Load-Path Lisp Shadows:
----------------------
(c:\Program Files\XEmacs\xemacs-packages\lisp\xemacs-base\regexp-opt
c:\Program Files\XEmacs\XEmacs-21.5-b28\lisp\regexp-opt c:\Program
Files\XEmacs\xemacs-packages\lisp\xemacs-base\easy-mmode c:\Program
Files\XEmacs\XEmacs-21.5-b28\lisp\easy-mmode)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : nil
Value of LC_CTYPE : nil
Value of LC_MESSAGES : nil
Value of LC_MONETARY : nil
Value of LC_NUMERIC : nil
Value of LC_TIME : nil
Value of LANG : nil
Lisp locale settings:
current-language-environment => "Chinese-GB"
default-buffer-file-coding-system => mswindows-multibyte-dos
default-process-coding-system => (undecided .
mswindows-multibyte-system-default)
(current-locale) => "Chinese_People's Republic of
China.936"
keyboard-coding-system =>
mswindows-multibyte-system-default
terminal-coding-system =>
mswindows-multibyte-system-default
(coding-priority-list) =>
(iso-8-2 big5 iso-7 utf-16-little-endian-bom utf-16-bom utf-8-bom
no-conversion utf-8 iso-8-1 iso-8-designate iso-lock-shift
shift-jis utf-16-little-endian utf-16 ucs-4)
Coding system aliases:
'native is aliased to
mswindows-multibyte-system-default-dos
'file-name is aliased to native
'mswindows-multibyte-system-default is not a coding system alias
Installed XEmacs Packages:
-------------------------
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xetla ver: 1.01 upstream:
steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.76 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.11 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.34 upstream: 4.0pre47)
(vm ver: 7.24 upstream: 7.17)
(viper ver: 1.58 upstream: 3.09)
(vhdl ver: 1.22 upstream: 3.33.12)
(vc ver: 1.42 upstream: No-Upstream-Ver)
(tramp ver: 1.39 upstream: 2.0.56)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.95 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(speedbar ver: 1.28 upstream: 0.14beta4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.22 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.2 upstream: 1.4.4)
(scheme ver: 1.16 upstream: No-Upstream-Ver)
(sasl ver: 1.16 upstream: 1.14.4)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.09 upstream: No-Upstream-Ver)
(psgml ver: 1.45 upstream: 1.3.2)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.14 upstream: No-Upstream-Ver)
(perl-modes ver: 1.1 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.67 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.39 upstream: No-Upstream-Ver)
(net-utils ver: 1.53 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(mh-e ver: 1.29 upstream: 7.4.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.79 upstream: No-Upstream-Ver)
(jde ver: 1.51 upstream: 2.3.3)
(ispell ver: 1.32 upstream: 3.6)
(igrep ver: 1.15 upstream: 2.111)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hm--html-menus ver: 1.24 upstream: 5.9)
(gnus ver: 1.91 upstream: 5.10.8)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(footnote ver: 1.16 upstream: 0.18x)
(eshell ver: 1.12 upstream: 2.4.1)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.11 upstream: 1.0)
(eieio ver: 1.05 upstream: 0.17)
(efs ver: 1.33 upstream: 1.23)
(edit-utils ver: 2.38 upstream: No-Upstream-Ver)
(ediff ver: 1.71 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(easypg ver: 1.01 upstream: 0.0.15)
(dired ver: 1.17 upstream: 7.13)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(bbdb ver: 1.32 upstream: 2.35)
(auctex ver: 1.48 upstream: 11.55)
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 tempo psgml-html
sgml-mode psgml edmacro passwd efs-x19.15 efs-fnh efs-ovwrt efs-netrc
efs-defun comint ring efs efs-dump efs-cu font disp-table font-lock
recent-files pending-del timer-funcs autorevert timer time cus-face
china-util xslt-process-autoloads xslide-autoloads xetla-autoloads
xemacs-devel-autoloads xemacs-base-autoloads x-symbol-autoloads
w3-autoloads vm-autoloads viper-autoloads vhdl-autoloads vc-autoloads
tramp-autoloads time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads supercite-autoloads speedbar-autoloads
sounds-wav-autoloads sieve-autoloads sh-script-autoloads
sgml-autoloads semantic-autoloads scheme-autoloads sasl-autoloads
ruby-modes-autoloads reftex-autoloads re-builder-autoloads
python-modes-autoloads psgml-autoloads ps-print-autoloads
prog-modes-autoloads perl-modes-autoloads pcomplete-autoloads
pcl-cvs-autoloads pc-autoloads os-utils-autoloads net-utils-autoloads
mmm-mode-autoloads mh-e-autoloads mailcrypt-autoloads
mail-lib-autoloads jde-autoloads ispell-autoloads igrep-autoloads
ibuffer-autoloads hm--html-menus-autoloads gnus-autoloads
fsf-compat-autoloads footnote-autoloads eshell-autoloads
emerge-autoloads elib-autoloads eieio-autoloads efs-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads
ecrypto-autoloads ecb-autoloads easypg-autoloads dired-autoloads
debug-autoloads cc-mode-autoloads calc-autoloads c-support-autoloads
bbdb-autoloads auctex-autoloads mule-autoloads auto-autoloads
auto-show fontl-hooks canna-leim tibetan slovenian czech romanian lao
devanagari indian cyrillic code-cmds gutter-items menubar-items
x-menubar dragdrop mode-motion mouse behavior itimer auto-save
lisp-mode easymenu easy-mmode iso8859-1 page buff-menu lib-complete
loadhist cus-file derived newcomment rsz-minibuf env text-props frame
obsolete cus-start custom widget cl-extra cl cl-19 packages backquote
unicode mswindows-scrollbars mswindows toolbar native-sound scrollbar
network-streams subprocesses menu-accelerator-support menubar md5
xemacs mule gutter tiff png gif jpeg xpm xbm lisp-float-type
file-coding dde windows-nt dragdrop-api dialog devices window-system
base64)
Recent keystrokes:
-----------------
BS BS BS BS BS BS BS BS BS BS BS BS BS BS BS BS BS
BS BS BS BS BS BS BS BS BS BS BS BS BS BS BS BS BS
BS BS BS BS BS BS BS BS BS BS BS BS BS BS BS BS C-y
RET button1 button1up C-x k RET C-x k RET C-x k RET
C-x k RET C-x k RET C-x k RET C-x k RET C-x k RET C-x
k RET C-x k RET C-x k RET button1 button1up button1
button1up button1 button1up button1 button1up button1
button1up button1 button1up misc-user
Recent messages (most recent first):
-----------------------------------
Warning:
Defaulting to the GNU Emacs-derived `sendmail.el' mail client. This
facility,
while part of base XEmacs, is heinously underfeatured, and not going to
get
better in the medium term. We include it so that bug reports work
without
packages; we suggest that you choose and/or install one of the other
mail
clients from packages if you're doing something other than M-x
report-xemacs-bug , or even if you are reporting bugs regularly.
To choose a package from those installed, click on "Options" ->
"Internet" -> "Compose Mail With ..." and decide on one from the
list. Gnus and VM are full-featured and have active user communities.
To disable this warning and stick with the old behavior, you can
explicitly
initialize `mail-user-agent' to 'sendmail-user-agent .
Loading xemacsbug...done
Loading xemacsbug...
Loading psgml...done
Loading psgml...
Note: file is write protected
Syntax error: Substituting nonexistent environment variable,
"\\\\xiamen\\c$\\test", ""
Syntax error: Substituting nonexistent environment variable,
"c:\\xiamen\\c$\\test", ""
Syntax error: Substituting nonexistent environment variable,
"\\\\xiamen\\c$\\test", ""
Quit
Quit
set-fill-column requires an explicit argument
set-fill-column requires an explicit argument
Quit
Key sequence `C-g' is not a keyboard macro
Loading edmacro...done
Loading edmacro...
Wrote d:\User Profiles\ftian\.xemacs\init.el
No further undo information
No further undo information
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Excellent, Krzysztof, thank you for the confirmation!
Ar an ceathrú lá déag de mí Bealtaine, scríobh Krzysztof Rudnik:
> Hi, Adian,
> I've applied your patch to the fresh cvs xemacs
> and it seems that everything works ok.
>
> thanks very much
> Krzysztof
>
>
> On Wed, May 14, 2008 at 6:15 AM, Aidan Kehoe <kehoea(a)parhasard.net> wrote:
> >
> > Hi, Krzysztof, and sorry about the delay --
> >
> > This is my bug, I think. If you have a second, can you apply the following
> > patch, and check if the problem still happens?
> >
> > diff -r 49f8ed034500 lisp/ChangeLog
> > --- a/lisp/ChangeLog Mon May 12 11:53:04 2008 +0200
> > +++ b/lisp/ChangeLog Wed May 14 12:12:09 2008 +0200
> > @@ -1,3 +1,9 @@ 2008-05-11 Aidan Kehoe <kehoea@parhasa
> > +2008-05-14 Aidan Kehoe <kehoea(a)parhasard.net>
> > +
> > + * mule/mule-coding.el (make-8-bit-choose-category):
> > + Control-1 characters extend from #x80 to #x9F (inclusive),
> > + not from #x80 to #xBF.
> > +
> > 2008-05-11 Aidan Kehoe <kehoea(a)parhasard.net>
> >
> > * disp-table.el (make-display-table):
> > diff -r 49f8ed034500 lisp/mule/mule-coding.el
> > --- a/lisp/mule/mule-coding.el Mon May 12 11:53:04 2008 +0200
> > +++ b/lisp/mule/mule-coding.el Wed May 14 12:12:09 2008 +0200
> > @@ -533,7 +533,7 @@ disk to XEmacs characters for some fixed
> > (check-argument-range (length decode-table) #x100 #x100)
> > (block category
> > (loop
> > - for i from #x80 to #xBF
> > + for i from #x80 to #x9F
> > do (unless (= i (aref decode-table i))
> > (return-from category 'no-conversion)))
> > 'iso-8-1))
> >
> > Bye,
> >
> > Aidan
> >
> > Ar an naoú lá déag de mí Feabhra, scríobh Krzysztof Rudnik:
> >
> > > I've already mailed to xemacs-beta but I've got no response at all.
> > >
> > > I use mule XEmacs 21.5-b28 "fuki" (+CVS-20071205) configured for
> > > `i686-pc-linux'.
> > > to edit large number of polish texts encoded in iso-8859-2.
> > >
> > > init.el: (I've found this somewhere in the list)
> > > (set-language-environment "Latin-2")
> > > (setq latin-unity-preapproved-coding-system-list '(iso-8859-2))
> > > (latin-unity-install)
> > >
> > >
> > > locale : LANG=pl_PL.UTF-8
> > >
> > > In most cases xemacs recognizes coding system correctly but sometimes
> > > coding system for saving buffer is set to
> > > iso-8859-1 :
> > > Coding system for saving this buffer:
> > > Latin 1 -- iso-8859-1-unix
> > > Default coding system (for new files):
> > > Latin 2 -- iso-8859-2
> > > Coding system for keyboard input:
> > > Latin 2 -- iso-8859-2
> > > Coding system for terminal output:
> > > Latin 2 -- iso-8859-2
> > >
> > > I can even I get :
> > > Coding system for saving this buffer:
> > > UTF8 -- utf-8-unix
> > > Default coding system (for new files):
> > > Latin 2 -- iso-8859-2
> > > Coding system for keyboard input:
> > > Latin 2 -- iso-8859-2
> > > Coding system for terminal output:
> > > Latin 2 -- iso-8859-2
> > >
> > >
> > > I think the files are properly encoded ( `iconv -f iso-8859-2 -t utf8` does
> > > not complain).
> > > In fact some of them were prepared in xemacs in Latin2 environment.
> > > (usually edit in Latin-2 env -> save -> close -> open again -> Latin-1)
> > >
> > > I redused the problem to a very small (couple of letters) documents and got
> > > strange results:
> > >
> > >
> > > 1. if a document contains exactly one small polish letter (there are 9 of
> > > them) then coding system is always Latin-1
> > >
> > > 2. if there are just 2 polish letters then coding system is Latin-2 unless
> > > these letters are separated by any string i.e.
> > > for example: it is ok for "wziąć" but not for "wzią ć"
> > >
> > > 3. I could not automaticaly get Latin-2 coding system for documents with
> > > exactly 3 polish letters - did't check all posibilites.
> > >
> > > 4. I could't see any rule. in more complicated cases
> > >
> > > Is this a bug or my xemacs is not configured properly?
> > > Could you please help me or at least sugest where I can get help?
> > >
> > >
> > > thanks in advance
> > > Krzysztof
> >
> > --
> > ¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
> > precipitadamente de la aldea por culpa de la escasez de rinocerontes?
> >
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Thanks, Krzysztof. One thing I forgot to mention is that you’ll need to
delete all the .elc files in lisp/mule/ after applying the patch, and before
rebuilding.
Ar an ceathrú lá déag de mí Bealtaine, scríobh Krzysztof Rudnik:
> Thanks very much for the reply.
> I'll apply the patch and let you know how it works.
>
> Krzysztof
>
>
> On Wed, May 14, 2008 at 6:15 AM, Aidan Kehoe <kehoea(a)parhasard.net> wrote:
> >
> > Hi, Krzysztof, and sorry about the delay --
> >
> > This is my bug, I think. If you have a second, can you apply the following
> > patch, and check if the problem still happens?
> >
> > diff -r 49f8ed034500 lisp/ChangeLog
> > --- a/lisp/ChangeLog Mon May 12 11:53:04 2008 +0200
> > +++ b/lisp/ChangeLog Wed May 14 12:12:09 2008 +0200
> > @@ -1,3 +1,9 @@ 2008-05-11 Aidan Kehoe <kehoea@parhasa
> > +2008-05-14 Aidan Kehoe <kehoea(a)parhasard.net>
> > +
> > + * mule/mule-coding.el (make-8-bit-choose-category):
> > + Control-1 characters extend from #x80 to #x9F (inclusive),
> > + not from #x80 to #xBF.
> > +
> > 2008-05-11 Aidan Kehoe <kehoea(a)parhasard.net>
> >
> > * disp-table.el (make-display-table):
> > diff -r 49f8ed034500 lisp/mule/mule-coding.el
> > --- a/lisp/mule/mule-coding.el Mon May 12 11:53:04 2008 +0200
> > +++ b/lisp/mule/mule-coding.el Wed May 14 12:12:09 2008 +0200
> > @@ -533,7 +533,7 @@ disk to XEmacs characters for some fixed
> > (check-argument-range (length decode-table) #x100 #x100)
> > (block category
> > (loop
> > - for i from #x80 to #xBF
> > + for i from #x80 to #x9F
> > do (unless (= i (aref decode-table i))
> > (return-from category 'no-conversion)))
> > 'iso-8-1))
> >
> > Bye,
> >
> > Aidan
> >
> > Ar an naoú lá déag de mí Feabhra, scríobh Krzysztof Rudnik:
> >
> > > I've already mailed to xemacs-beta but I've got no response at all.
> > >
> > > I use mule XEmacs 21.5-b28 "fuki" (+CVS-20071205) configured for
> > > `i686-pc-linux'.
> > > to edit large number of polish texts encoded in iso-8859-2.
> > >
> > > init.el: (I've found this somewhere in the list)
> > > (set-language-environment "Latin-2")
> > > (setq latin-unity-preapproved-coding-system-list '(iso-8859-2))
> > > (latin-unity-install)
> > >
> > >
> > > locale : LANG=pl_PL.UTF-8
> > >
> > > In most cases xemacs recognizes coding system correctly but sometimes
> > > coding system for saving buffer is set to
> > > iso-8859-1 :
> > > Coding system for saving this buffer:
> > > Latin 1 -- iso-8859-1-unix
> > > Default coding system (for new files):
> > > Latin 2 -- iso-8859-2
> > > Coding system for keyboard input:
> > > Latin 2 -- iso-8859-2
> > > Coding system for terminal output:
> > > Latin 2 -- iso-8859-2
> > >
> > > I can even I get :
> > > Coding system for saving this buffer:
> > > UTF8 -- utf-8-unix
> > > Default coding system (for new files):
> > > Latin 2 -- iso-8859-2
> > > Coding system for keyboard input:
> > > Latin 2 -- iso-8859-2
> > > Coding system for terminal output:
> > > Latin 2 -- iso-8859-2
> > >
> > >
> > > I think the files are properly encoded ( `iconv -f iso-8859-2 -t utf8` does
> > > not complain).
> > > In fact some of them were prepared in xemacs in Latin2 environment.
> > > (usually edit in Latin-2 env -> save -> close -> open again -> Latin-1)
> > >
> > > I redused the problem to a very small (couple of letters) documents and got
> > > strange results:
> > >
> > >
> > > 1. if a document contains exactly one small polish letter (there are 9 of
> > > them) then coding system is always Latin-1
> > >
> > > 2. if there are just 2 polish letters then coding system is Latin-2 unless
> > > these letters are separated by any string i.e.
> > > for example: it is ok for "wziąć" but not for "wzią ć"
> > >
> > > 3. I could not automaticaly get Latin-2 coding system for documents with
> > > exactly 3 polish letters - did't check all posibilites.
> > >
> > > 4. I could't see any rule. in more complicated cases
> > >
> > > Is this a bug or my xemacs is not configured properly?
> > > Could you please help me or at least sugest where I can get help?
> > >
> > >
> > > thanks in advance
> > > Krzysztof
> >
> > --
> > ¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
> > precipitadamente de la aldea por culpa de la escasez de rinocerontes?
> >
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
I've already mailed to xemacs-beta but I've got no response at all.
I use mule XEmacs 21.5-b28 "fuki" (+CVS-20071205) configured for
`i686-pc-linux'.
to edit large number of polish texts encoded in iso-8859-2.
init.el: (I've found this somewhere in the list)
(set-language-environment "Latin-2")
(setq latin-unity-preapproved-coding-system-list '(iso-8859-2))
(latin-unity-install)
locale : LANG=pl_PL.UTF-8
In most cases xemacs recognizes coding system correctly but sometimes
coding system for saving buffer is set to
iso-8859-1 :
Coding system for saving this buffer:
Latin 1 -- iso-8859-1-unix
Default coding system (for new files):
Latin 2 -- iso-8859-2
Coding system for keyboard input:
Latin 2 -- iso-8859-2
Coding system for terminal output:
Latin 2 -- iso-8859-2
I can even I get :
Coding system for saving this buffer:
UTF8 -- utf-8-unix
Default coding system (for new files):
Latin 2 -- iso-8859-2
Coding system for keyboard input:
Latin 2 -- iso-8859-2
Coding system for terminal output:
Latin 2 -- iso-8859-2
I think the files are properly encoded ( `iconv -f iso-8859-2 -t utf8` does
not complain).
In fact some of them were prepared in xemacs in Latin2 environment.
(usually edit in Latin-2 env -> save -> close -> open again -> Latin-1)
I redused the problem to a very small (couple of letters) documents and got
strange results:
1. if a document contains exactly one small polish letter (there are 9 of
them) then coding system is always Latin-1
2. if there are just 2 polish letters then coding system is Latin-2 unless
these letters are separated by any string i.e.
for example: it is ok for "wziąć" but not for "wzią ć"
3. I could not automaticaly get Latin-2 coding system for documents with
exactly 3 polish letters - did't check all posibilites.
4. I could't see any rule. in more complicated cases
Is this a bug or my xemacs is not configured properly?
Could you please help me or at least sugest where I can get help?
thanks in advance
Krzysztof
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Hi,
Just a quick note to let people here know that I just dropped support
for the sumo packages from Gentoo. Instead there is now a meta packages
(called app-xemacs/xemacs-packages-all) to install all the individual
packages contained in the sumo packages in one go. This solved a
long-standing bug where a mix of individual packages and the sumo
packages would overwrite each other's files and thus cause installation
problems for people.
The main reason for mailing to this list is to thank Mats for helping
with the initial python script that generates the file list for the
package. Yes Mats, it finally got done. :-)
Kind regards,
Hans
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta