login
Header Space

 
 

Re: [howto] Kernel hacker's guide to git, updated

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Horst von Brand <vonbrand@...>
Cc: Dave Jones <davej@...>, Anton Altaparmakov <aia21@...>, Jeff Garzik <jgarzik@...>, Git Mailing List <git@...>
Date: Sunday, October 2, 2005 - 9:03 pm

[ Sorry about the spam, most of you probably have never cared ]

On Fri, 30 Sep 2005, Horst von Brand wrote:

Heh, now that I got into cleaning things up, I've also been actually 
fixing things that have long irritated me, but the code was just too messy 
for me, and my level of care wasn't high enough to overcome.

I fixed the "outputs binary data in the 128-159 range to the terminal" 
yesterday (which would quite possibly corrupt terminal state if trying to 
edit binary files), and today I added a "utf-8" mode.

The utf-8 mode is purely about the _terminal_ being in UTF-8. The actual 
editor is still very much byte-char based, but now it understands 8-bit 
input that comes in UTF8-encoded, and can output things in UTF-8 format. 

(Since UTF-8 is basically always used with Unicode, and the 8-bit subset 
of Unicode is iso-8859-1 aka Latin1, this is probably _less_ international 
than the non-UTF8, but hey, what can I say? If you want more, you'd need 
to teach uemacs about actual UTF8 contents).

The new "emacs.rc" will enable utf-8 mode automatically if $LANG contains 
the substring "UTF-8", since that _usually_ means that the terminal is in 
utf-8 mode. If it's wrong, you can add or delete the mode by hand (just 
like any global mode: Meta-X to add, Meta-Ctrl-X to delete).

Basically, it means that you don't have to switch the whole terminal into 
latin1 just to use uemacs.

			Linus
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Thu Sep 29, 7:03 am)
Re: [howto] Kernel hacker's guide to git, updated, Dave Jones, (Thu Sep 29, 4:02 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Thu Sep 29, 4:15 pm)
Re: [howto] Kernel hacker's guide to git, updated, Chuck Lever, (Thu Sep 29, 5:23 pm)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Thu Sep 29, 5:04 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 7:15 am)
Re: [howto] Kernel hacker's guide to git, updated, Francois Romieu, (Fri Sep 30, 6:52 pm)
Re: [howto] Kernel hacker's guide to git, updated , Horst von Brand, (Fri Sep 30, 2:13 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 8:17 pm)
Re: [howto] Kernel hacker's guide to git, updated, Erik Mouw, (Fri Sep 30, 8:07 am)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 10:08 am)
Re: [howto] Kernel hacker's guide to git, updated, Oliver Neukum, (Fri Sep 30, 8:02 am)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 9:58 am)
Re: [howto] Kernel hacker's guide to git, updated, Alberto Patino, (Fri Sep 30, 11:10 am)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Fri Sep 30, 7:55 am)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Fri Sep 30, 2:14 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 10:11 am)
Re: [howto] Kernel hacker's guide to git, updated, Anton Altaparmakov, (Thu Sep 29, 4:07 pm)
Re: [howto] Kernel hacker's guide to git, updated, Dave Jones, (Thu Sep 29, 4:11 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 5:14 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 5:26 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 5:35 pm)
Re: [howto] Kernel hacker's guide to git, updated, Dave Jones, (Thu Sep 29, 5:40 pm)
Re: [howto] Kernel hacker's guide to git, updated, Dave Jones, (Thu Sep 29, 5:33 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 5:55 pm)
Re: [howto] Kernel hacker's guide to git, updated , Horst von Brand, (Thu Sep 29, 7:17 pm)
Re: [howto] Kernel hacker's guide to git, updated , Linus Torvalds, (Thu Sep 29, 8:47 pm)
Re: [howto] Kernel hacker's guide to git, updated , Linus Torvalds, (Fri Sep 30, 8:10 pm)
Re: [howto] Kernel hacker's guide to git, updated , Horst von Brand, (Fri Sep 30, 9:58 pm)
Re: [howto] Kernel hacker's guide to git, updated , Linus Torvalds, (Sun Oct 2, 9:03 pm)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Thu Sep 29, 9:54 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 10:36 pm)
Re: [howto] Kernel hacker's guide to git, updated, Anton Altaparmakov, (Thu Sep 29, 6:12 pm)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Thu Sep 29, 7:19 pm)
Re: [howto] Kernel hacker's guide to git, updated, Johannes Schindelin, (Fri Sep 30, 8:22 am)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 6:25 pm)
Re: [howto] Kernel hacker's guide to git, updated, Anton Altaparmakov, (Thu Sep 29, 6:32 pm)
Re: [howto] Kernel hacker's guide to git, updated, Elfyn McBratney, (Thu Sep 29, 5:33 pm)
Re: [howto] Kernel hacker's guide to git, updated, Oliver Neukum, (Thu Sep 29, 3:08 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jon Loeliger, (Thu Sep 29, 3:34 pm)
Re: [howto] Kernel hacker's guide to git, updated, Oliver Neukum, (Thu Sep 29, 3:38 pm)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Fri Sep 30, 3:37 am)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Fri Sep 30, 12:39 pm)
Re: [howto] Kernel hacker's guide to git, updated, Oliver Neukum, (Fri Sep 30, 4:36 am)
Re: [howto] Kernel hacker's guide to git, updated, David Leimbach, (Thu Sep 29, 11:18 am)
Re: [howto] Kernel hacker's guide to git, updated, Alberto Patino, (Thu Sep 29, 12:03 pm)
Re: [howto] Kernel hacker's guide to git, updated, David Leimbach, (Thu Sep 29, 12:13 pm)
speck-geostationary