From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Schone Mullerin Newsgroups: gmane.emacs.help Subject: Re: ? OSX compile from CVS (and some setup questions) Date: Tue, 12 Nov 2002 16:48:26 GMT Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <_9Oz9.7609$3Z4.4353@sccrnsc02> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1037120653 20634 80.91.224.249 (12 Nov 2002 17:04:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Nov 2002 17:04:13 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BeSR-0005Md-00 for ; Tue, 12 Nov 2002 18:04:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BeRW-0005km-00; Tue, 12 Nov 2002 12:03:14 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!paloalto-snf1.gtei.net!crtntx1-snh1.gtei.net!news.gtei.net!paloalto-snr1.gtei.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.7.4 (Darwin) Original-Lines: 72 Original-X-Trace: +Sdx8buRFOZ+hXHQIfsy+JmHgcFAoZYI80ErEjH5mRNHZ2l9RrLOgIG2oXkfxG50RN61/eikc09H!DmVI6yyoAAuTLt4LSWSFhHVGY3KdfEmw4OKhke5aZSyxOL7D7s+eNG6K3K22tTv3R53aYw+BJYhf!8rg= Original-X-Complaints-To: abuse@gte.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Original-NNTP-Posting-Date: Tue, 12 Nov 2002 16:48:26 GMT Original-Distribution: world Original-Xref: shelby.stanford.edu gnu.emacs.help:106969 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3520 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3520 To answer your question about building from CVS (which I just had to do, since the 10.2.1->10.2.2 osx upgrade broke my earlier build), you really should follow the recommendations on Andrew Choi's page. In particular, check out the version from 1-November. In article , Heiko Hellweg wrote: > that only switches the bold/underline attributes around a bit for me. Yes, I realized after posting that this solution isn't appropriate in this context. It _can_ be made to work in xemacs, but not exactly in the way I described it. >> Otoh I've never figured out how to display these special latin-1 chars >> properly in any terminal gnu emacs under osx. Do you know the answer >> to that one? It works fine in terminal xemacs, X11 xemacs, X11 gnu >> emacs, and Aqua/Carbon gnu emacs. > > They display them just fine! I just can't enter them :-( Try ^q with octal codes, as I described before. Here's a little table of octal codes I find handy: 0 1 2 3 4 5 6 7 240:   ¡ ¢ £ ¤ ¥ ¦ § 250: ¨ © ª « ¬ ­ ® ¯ 260: ° ± ² ³ ´ µ ¶ · 270: ¹ º » ¼ ½ ¾ ¿ 300: À Á Â Ã Ä Å Æ Ç 310: È É Ê Ë Ì Í Î Ï 320: Ð Ñ Ò Ó Ô Õ Ö × 330: Ø Ù Ú Û Ü Ý Þ ß 340: à á â ã ä å æ ç 350: è é ê ë ì í î ï 360: ð ñ ò ó ô õ ö ÷ 370: ø ù ú û ü ý þ ÿ If you load iso-insert, you can also do it functionally (eg m-x insert-u-umlaut). Most of these functions also have global (?) key bindings. Not as easy as using the option key in macos, but usable. > I've set up Terminal.app for ISO Latin 1 and viewing a file > with iso encoded umlauts shows them correctly in tty emacs (all the > builds i mentioned). Well, I'm puzzled. I also set Terminal.app to use iso-latin-1. If I cat a file with special latin1 characters in it, it looks fine. If I view it in xemacs running either in a Terminal window or as an X11 client, it looks fine. If I view it in carbon emacs running in Aqua, and if I follow the advice on Andrew Choi's page, it looks fine. If I view it in gnu emacs running as an X11 client, it looks fine. But if I view it in any gnu emacs running in a Terminal window, I get ?'s or some other oddity. I've never yet seen valid latin1 chars in the high range when running gnu emacs in a Terminal. What's your secret?