unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Ott <ott@jet.msk.su>
Subject: still have problems with GNU Emacs CVS and encodings on Windows XP
Date: Wed, 22 Jun 2005 10:58:42 +0400	[thread overview]
Message-ID: <42B90C22.1030009@jet.msk.su> (raw)

Hello All

I upgrade my GNU Emacs for Windows and still have problems with encoding for 
files, opened from emacs-wiki. i customize file-coding-system-alist to use utf-8 
for emacs-wiki files and files open's fine with C-x C-f, but when i use 
emacs-wiki-find-file, then files open's in default encodings, not utf-8. This is 
very strange for me :-(



In GNU Emacs 22.0.50.2 (i386-mingw-nt5.1.2600)
  of 2005-04-17 on LAPTOP
Distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
   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: RUS
   locale-coding-system: cp1251
   default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
   delete-selection-mode: t
   display-time-mode: t
   desktop-save-mode: t
   auto-compression-mode: t
   show-paren-mode: t
   encoded-kbd-mode: t
   mouse-wheel-mode: t
   tooltip-mode: t
   menu-bar-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   unify-8859-on-encoding-mode: t
   utf-translate-cjk-mode: t
   line-number-mode: t
   transient-mark-mode: t
   next-error-follow-minor-mode:  Fol

parts of .emacs

(custom-set-variables
  '(current-language-environment "Russian")
  '(file-coding-system-alist (quote (("/WiKi/" . mule-utf-8) ("\\.dz\\'" 
no-conversion . no-conversion) ("\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'" no-conversion 
. no-conversion) ("\\.tgz\\'" no-conversion . no-conversion) ("\\.tbz\\'" 
no-conversion . no-conversion) ("\\.bz2\\'" no-conversion . no-conversion) 
("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" no-conversion . no-conversion) ("\\.elc\\'" 
emacs-mule . emacs-mule) ("\\.utf\\(-8\\)?\\'" . utf-8) 
("\\(\\`\\|/\\)loaddefs.el\\'" raw-text . raw-text-unix) ("\\.tar\\'" 
no-conversion . no-conversion) ("" . find-buffer-file-type-coding-system)))))

(codepage-setup 1251)
(define-coding-system-alias 'windows-1251 'cp1251)
(define-coding-system-alias 'win-1251 'cp1251)
(prefer-coding-system 'cp1251)



-- 
With best wishes, Alex Ott
Jet Infosystems,       http://www.jetinfosoft.ru/
                        +7 (095) 411 76 01

             reply	other threads:[~2005-06-22  6:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-22  6:58 Alex Ott [this message]
2005-06-22  7:21 ` still have problems with GNU Emacs CVS and encodings on Windows XP Miles Bader
2005-06-22 12:43   ` Alex Ott

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42B90C22.1030009@jet.msk.su \
    --to=ott@jet.msk.su \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).