From owner-freebsd-questions Fri Nov 23 4:38:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 0343637B41B for ; Fri, 23 Nov 2001 04:38:34 -0800 (PST) Received: from contactdish (win.atkielski.com [10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id fANCblJ03710; Fri, 23 Nov 2001 13:37:48 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <055c01c1741b$a8e60370$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Giorgos Keramidas" Cc: References: <20011123122804.GC10577@hades.hell.gr> Subject: Re: emacs and greek support (was: home pc use) Date: Fri, 23 Nov 2001 13:37:48 +0100 Organization: Anthony's Home Page (development site) MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Now that you mention this, I started wondering: Does FreeBSD (or UNIX in general) support Unicode? ----- Original Message ----- From: "Giorgos Keramidas" To: "Brian Sobolak" Cc: Sent: Friday, November 23, 2001 13:28 Subject: emacs and greek support (was: home pc use) > On 2001-11-23 03:15:51, Brian Sobolak wrote: > > Thursday, November 22, 2001, 11:57:52 AM, you wrote: > > > > [ talking about Emacs ] > > > > GK> Sure. It's so customizable, that new users will tend to drown in an > > GK> ocean of customizable knobs, in fact. I customarily use emacs to edit > > GK> plain text files or C, Perl, HTML, SGML, and a ton of other languages. > > > > Just out of curiousity, how does it handle Greek? Do you use the same > > environment to edit files in English as Greek (e.g. the same binary)? > > Sure. I use a greek console font on my console, and then fire up > emacs with: > > $ emacs -nw --unibyte > > By having the following in my .emacs file, I don't even need Mule > support to edit Greek text: > > (standard-display-8bit 128 256) > (set-input-mode (car (current-input-mode)) > (nth 1 (current-input-mode)) > 0) > > This is not the `official' way of using languages and encodings in > Emacs, since in X11 that usually involves Mule and the C-\ commands, > but this works nicely on the console and I mostly use FreeBSD on the > console :) > > -giorgos > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message