unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Sébastien Kirche" <sebastien.kirche.no@spam.free.fr.invalid>
Subject: Re: Special Characters on Mac Emacs
Date: Tue, 29 Mar 2005 12:03:45 +0200	[thread overview]
Message-ID: <m2ekdyzs3i.fsf@seki.fr> (raw)
In-Reply-To: wlll8c8bm4.wl%mituharu@math.s.chiba-u.ac.jp

[-- Attachment #1: Type: text/plain, Size: 3512 bytes --]

Le 25 Mar 2005, YAMAMOTO Mitsuharu vraute :

> > - following your example M-: (set-frame-font
> > (create-fontset-from-mac-roman-font
> > "-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman"))
> 
> > I can see that the frame briefly flashes then it redisplays with the
> > etl font.
> 
> I couldn't reproduce (even after installing ETL fonts from
> http://members.shaw.ca/akochoi-emacs/stories/resources.html).  If you
> tried without -Q option, could you try again with it? 

Checked. Problem seems to  be on my side as the same  command with -Q option
correctly changes the fontset.

I should investigate that but I don't know what to look for.
Maybe you will you see something wrong in my settings ?
,----
| ;; pour pas se prendre les pieds dans le tapis entre latin-1 et latin-9
| (require 'ucs-tables)
| (unify-8859-on-encoding-mode 1)
| ;;(unify-8859-on-decoding-mode 1) ;;plus pour emacs21/cvs ?
| 
| (set-language-environment 'latin-9)
| (prefer-coding-system 'latin-9)
`----
And the part relative to Macintosh
,----
| (cond ((eq system-type 'darwin)   ; réglages pour le mac
|        
| 	   ;;(message "on est sous mac")
| 	   
| 	   (setq process-connection-type t);en shell pour voir l'affichage
| 	   
| 	   (setq mac-command-key-is-meta t);pomme = méta
| 	   (setq mac-pass-command-to-system nil);évite de cacher emacs avec M-h
| 	   
| 	   ;; iso-latin-1 input encoding ?
| 	   ;;(setq mac-keyboard-text-encoding kTextEncodingISOLatin1)
| 	   ;;(set-keyboard-coding-system 'iso-latin-1)
| 	   ;; To modify mac/unix/dos encodings: CTRL-X RET f
| 	   
| 	   (set-terminal-coding-system 'latin-9)
| 	   (set-keyboard-coding-system 'mac-roman)
| 	   ;;(set-frame-font "fontset-mac")
| 	   ;;(setq default-buffer-file-coding-system 'iso-latin-9-mac) ;attention prefer-coding-system
| 
| 	   (setq mac-wheel-button-is-mouse-2 t);
| 	   (setq mac-emulate-three-button-mouse 1); option = mouse2 / command = mouse3
| 
| 	   (if window-system 
| 		   (progn
| 			 (set-background-color "gray90")
| 			 
| 			 ;;X fonts specs format (désignation des fontes X)
| 			 ;;-FOUNDRY-FAMILY-WEIGHT-SLANT-WIDTH--PIXELS-POINTS-HRES-VRES-SPACING-AVEWIDTH-CHARSET 
| 			 
| 			 ;; Set frame size, color and fonts
| 			 (create-fontset-from-fontset-spec
| 			  "-apple-monaco-medium-r-normal--9-*-*-*-*-*-fontset-monaco,
|         ascii:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman,
|         mule-unicode-0100-24ff:-apple-lucida grande-medium-r-normal--0-0-75-75-m-0-mac-roman,
|         mule-unicode-2500-33ff:-apple-bitstream vera sans mono bold-medium-r-normal--0-0-75-75-m-0-mac-roman,
|         latin-iso8859-15:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman,
|         latin-iso8859-1:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman")
| 			 (setq default-frame-alist '((width . 120) 
| 										 (height . 44) 
| 										 (top . 440);pixels
| 										 (left . 260);pixels
| 										 (font . "fontset-monaco");fontset-mac
| 										 ))
| 			 )
| 		 )
| 	   (global-set-key (kbd "<kp-delete>") 'delete-char)    ;touche suppr
| 	   (global-set-key (kbd "<kp-divide>") "/")             ;touche division sur pavé num (inactif sur mon poste ?)
| 	   (global-set-key (kbd "<C-kp-home>") (kbd "<C-home>"));idem /
| 	   (global-set-key (kbd "<C-kp-end>") (kbd "<C-end>"))  ;idem /
 	   )
`----


> Also,    could    you    show    the    result    of    (describe-font-set
> "fontset-mac_roman_9") ?

I have attached the result of describe-fontset with and without -Q option.


[-- Attachment #2: with -Q --]
[-- Type: application/octet-stream, Size: 17274 bytes --]

[-- Attachment #3: without -Q --]
[-- Type: application/octet-stream, Size: 2654 bytes --]

[-- Attachment #4: Type: text/plain, Size: 32 bytes --]


Regards.

-- 
Sébastien Kirche

[-- Attachment #5: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  parent reply	other threads:[~2005-03-29 10:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-10 16:18 Special Characters on Mac Emacs Ulrich Hobelmann
2005-03-23 11:20 ` YAMAMOTO Mitsuharu
2005-03-23 15:49   ` Sébastien Kirche
2005-03-24  3:00     ` YAMAMOTO Mitsuharu
2005-03-24 12:50       ` Sébastien Kirche
2005-03-25  6:48         ` YAMAMOTO Mitsuharu
2005-03-25  9:50           ` YAMAMOTO Mitsuharu
2005-03-25 15:34           ` Sébastien Kirche
2005-03-26  5:00             ` YAMAMOTO Mitsuharu
2005-03-31  3:43               ` Steven Tamm
2005-03-31 11:20                 ` Sébastien Kirche
2005-03-29 10:03           ` Sébastien Kirche [this message]
2005-04-01 11:02             ` YAMAMOTO Mitsuharu
2005-04-01 11:56               ` Sébastien Kirche

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=m2ekdyzs3i.fsf@seki.fr \
    --to=sebastien.kirche.no@spam.free.fr.invalid \
    --cc=sebastien.kirche@free.fr \
    /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).