Vim talk slides posted

http://www.gilesorr.com/vim/vimjourney/ I added a section on "Programmer Fonts" and using TTF fonts in XTerm since so many people preferred terminals over the GUI version of the editor. I realize that most people use more "advanced" terminal emulators, but for the old school among you ... -- Giles http://www.gilesorr.com/ gilesorr@gmail.com

Hi Giles:
Thanks for the slides - sorry I coudln't make it out.
I added a section on "Programmer Fonts" and using TTF fonts in XTerm
Neat - but the Powerline project doesn't explain why they need to patch the fonts in the first place. Font design is much harder than it looks, and exceptional care and skill is required. cheers, Stewart

On 14 January 2016 at 09:34, Stewart C. Russell <scruss@gmail.com> wrote:
Hi Giles:
Thanks for the slides - sorry I coudln't make it out.
I added a section on "Programmer Fonts" and using TTF fonts in XTerm
Neat - but the Powerline project doesn't explain why they need to patch the fonts in the first place. Font design is much harder than it looks, and exceptional care and skill is required.
I think that what they're doing is adding some characters that are used to display special symbols (ie. for git upstream, or a pretty arrow) on the Vim status bar. Don't think they touch the existing font at all. I have no idea if that addresses your concerns or makes them worse: I know nothing about font design. -- Giles http://www.gilesorr.com/ gilesorr@gmail.com

Dear All, What do you think could be causing a message I received, whose source looks like this: The band saw is my go to for this. Are you using a fine tooth blade and is the blade tension correct? On Jan 17, 2016 2:24 PM, "daniel dold via puptcrit" <puptcrit@puptcrit.org> wrote:
Robert I have bladerunner by rockwell, there is a lot of vibration, but they seem to fix that in new version 2x. still cuts wood, plastic. metal, tile. has different blades for the material you are cutting. It can hang on wall and has small foot print and is only 100.00 here is the link.
to display in Thunderbird like this: - ? The band saw is my go to for this. Are you using a fine tooth blade and is the blade tension correct?A On Jan 17, 2016 2:24 PM, "daniel dold via puptcrit" <[1]puptcrit@puptcrit.org> wrote: A A Robert I have bladerunner by rockwell, there is a lot of vibration, but A A they seem to fix that in new version 2x. still cuts wood, plastic. A A metal, tile. has different blades for the material you are cutting.A It A A can hang on wall and has small foot print and is only 100.00A here is A A the link. This is Thunderbird 38.5.1 under Ubuntu 15.10. Your thoughts greatly appreciated! -malgosia

On 16-01-18 12:45 PM, Malgosia Askanas wrote:
What do you think could be causing a message I received, whose source looks like this:
The band saw is my go to for this. Are you using a fine tooth blade and is the blade tension correct? On Jan 17, 2016 2:24 PM, "daniel dold via puptcrit" <puptcrit@puptcrit.org> wrote:
Robert I have bladerunner by rockwell, there is a lot of vibration, but [snip] to display in Thunderbird like this: - ?
The band saw is my go to for this. Are you using a fine tooth blade and is the blade tension correct?A
On Jan 17, 2016 2:24 PM, "daniel dold via puptcrit" <[1]puptcrit@puptcrit.org> wrote:
A A Robert I have bladerunner by rockwell, there is a lot of vibration, but
I'm not really sure. I've wondered about the number of emails I'm getting that have an A with the inverted V like accent mark over top of it. I see those odd characters all over a lot messages. I can only think it is due to some bad or misconfigured email program, or it could be someone sending an email in other than standard ASCII text format (but not in full HTML style). For several reasons I always keep Thunderbird configured to treat all email messages as containing standard text and not as (possible) HTML. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful!" #include <disclaimer/favourite> | --Chris Hardwick

| From: Malgosia Askanas <maskanas@pair.com> | What do you think could be causing a message I received, whose source looks | like this: As a user of a plain-text Mail User Agent, I'm an innocent bystander in the fights between GUI MUAs. I would have a deep look at the headers of the messages. I bet that there is some misunderstanding between the two ends. For example, your mail had this header: Content-Type: text/plain; charset="utf-8"; Format="flowed" Lots of mail is still encoded in other charsets. For example Windows-12* (* means some digits that I don't remember). Confusion can lead to lots of funny results. You could look at the raw message but that has a bit of a learning curve. I bet those A characters are really part of some magic character sequence, starting with a byte >= 128 or < 32.

Indeed; a hexdump (of a fragment saved using vi) shows them to be LF's (0A). Is this the entire story, do you think? Or is vi already giving me a sanitized version, and that's what I am saving? It's not clear to me what to use to extract the "real" contents of the message; and finding my way through a hexdump of my entire very large mailfile doesn't seem feasible. Do you have any thoughts on this? I wouldn't be so interested if it was just one message. But this has been happening a lot lately (and not in the past). I do have to wonder what in the world could be causing it... -malgosia On 2016-01-18 05:02 PM, D. Hugh Redelmeier wrote:
| From: Malgosia Askanas <maskanas@pair.com>
| What do you think could be causing a message I received, whose source looks | like this:
As a user of a plain-text Mail User Agent, I'm an innocent bystander in the fights between GUI MUAs.
I would have a deep look at the headers of the messages. I bet that there is some misunderstanding between the two ends. For example, your mail had this header:
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Lots of mail is still encoded in other charsets. For example Windows-12* (* means some digits that I don't remember). Confusion can lead to lots of funny results.
You could look at the raw message but that has a bit of a learning curve. I bet those A characters are really part of some magic character sequence, starting with a byte >= 128 or < 32. --- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk
participants (5)
-
D. Hugh Redelmeier
-
Giles Orr
-
Kevin Cozens
-
Malgosia Askanas
-
Stewart C. Russell