[TxMt] Re: textmate Digest, Vol 73, Issue 17

Reto Müller reto_mueller at gmx.ch
Fri Jun 20 06:40:46 UTC 2014


thanks!

Am 19.06.14 14:00, schrieb textmate-request at lists.macromates.com:
> Send textmate mailing list submissions to
> 	textmate at lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> 	textmate-request at lists.macromates.com
>
> You can reach the person managing the list at
> 	textmate-owner at lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
>    1.  Re: Uppercasing swallows characters (Matt Neuburg)
>    2.  Re: Uppercasing swallows characters (Allan Odgaard)
>    3.  Re: How to use a subversion repository with version texmate
>       version 2.0-alpha.9547 (Allan Odgaard)
>    4.  Re: Auto-highlight all occurrences of selected word
>       (Allan Odgaard)
>    5.  Executing Python scripts. (Gabriele Battaglia)
>    6.  Re: Executing Python scripts. (Allan Odgaard)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 18 Jun 2014 08:10:56 -0700
> From: Matt Neuburg <matt at tidbits.com>
> To: TextMate users <textmate at lists.macromates.com>
> Subject: [TxMt] Re: Uppercasing swallows characters
> Message-ID: <68C4486C-F666-45B2-BB92-CDA15A2E784E at tidbits.com>
> Content-Type: text/plain; charset=utf-8
>
>
> On Jun 18, 2014, at 4:41 AM, Andreas U Schmidhauser <au at schmidhauser.us> wrote:
>
>> But the important thing is that it's not limited to iota subscripts. Take the following two words from the text quoted in the earlier post:
>> ?????? ?????
>>
>> Capitalized:
>> ??????? ????
> Actually I get is even more of a mess: the Y and T are superimposed upon one another. m.
>
> --
> matt neuburg, phd = http://www.apeth.net/matt/
> pantes anthropoi tou eidenai oregontai phusei
> Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do
> iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do
> RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 18 Jun 2014 21:15:02 +0200
> From: "Allan Odgaard" <mailinglist at textmate.org>
> To: "TextMate users" <textmate at lists.macromates.com>
> Subject: [TxMt] Re: Uppercasing swallows characters
> Message-ID: <A4EAC2C5-A964-418F-85F4-BF7CF98B044F at textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 17 Jun 2014, at 11:20, Andreas U Schmidhauser wrote:
>
>> In certain situations, TextMate (on my machine at any rate) deletes 
>> one or more characters at the end of a selected text if one uppercases 
>> that text [?]
> Thanks for the report. It will be fixed in next build.
>
> FYI the bug was introduced ~2 months ago during refactoring.
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 18 Jun 2014 21:51:18 +0200
> From: "Allan Odgaard" <mailinglist at textmate.org>
> To: "TextMate users" <textmate at lists.macromates.com>
> Subject: [TxMt] Re: How to use a subversion repository with version
> 	texmate version 2.0-alpha.9547
> Message-ID: <E7B3F29D-0E95-479F-B441-4A646F83643F at textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 16 Jun 2014, at 7:55, Reto M?ller wrote:
>
>> Since I updated to the new version of textmate I am not able to 
>> connect to my subversion repository. If I navigate to Bundles - 
>> Subversion - Check Out I get the following error [?]
> I have pushed a fix for this: 
> https://github.com/textmate/subversion.tmbundle/commit/4d5e480fcaf022a7493d7a18a9b0da20a4e95fd5
>
> Your bundle should update shortly, but until then, if you have a file 
> open when you select Subversion ? Checkout then it should not fail.
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 18 Jun 2014 21:53:08 +0200
> From: "Allan Odgaard" <mailinglist at textmate.org>
> To: "TextMate users" <textmate at lists.macromates.com>
> Subject: [TxMt] Re: Auto-highlight all occurrences of selected word
> Message-ID: <C12C0CE1-BD99-4AA7-ADA1-EFC8960BCE40 at textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
>
>> TextMate 1 or 2, is there a way to auto-highlight all occurrences of
>> selected word? [?]
>>
>> With TextMate I have to additionally hit Opt+Cmd+F [?]
>>
>> Ctr-S not really meets what I need.
> Beyond the options you already listed, there is no way to highlight all 
> occurances of current selection.
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 18 Jun 2014 21:57:37 +0200
> From: Gabriele Battaglia <iz4apu at libero.it>
> To: TextMate users <textmate at lists.macromates.com>
> Subject: [TxMt] Executing Python scripts.
> Message-ID: <9407BB9D-4260-46EE-90C0-6EF20A602AA4 at libero.it>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi all.
>
> I?m back on a topic we discussed several months ago, here in the list.
>
> The problem was about how to run a Python Script which involves some user interaction:
>
> ***
> print ?Hello world.?
> age = input (?How are old, dear world??)
> print ?Ohh,?, age, ? so aged??
> ***
>
> The script ends with an ErrorCode 1, EOF.
>
> Is there something to do to fix, or, is this issue somehow within the todo list?
>
> Thanks.
>
> Gabriel.
> ?
> Namast?!
> Sent from my iMac27. (Libero)
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.macromates.com/textmate/attachments/20140618/d63df2ae/attachment-0001.html>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 18 Jun 2014 22:07:20 +0200
> From: "Allan Odgaard" <mailinglist at textmate.org>
> To: "TextMate users" <textmate at lists.macromates.com>
> Subject: [TxMt] Re: Executing Python scripts.
> Message-ID: <D86B564B-EE04-4215-9D36-BDE8B79354EA at textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 18 Jun 2014, at 21:57, Gabriele Battaglia wrote:
>
>> [?] The problem was about how to run a Python Script which involves 
>> some user interaction:
> You need to run the script in a terminal environment when you want to 
> read answers from stdin.
>
>> [?] Is there something to do to fix, or, is this issue somehow 
>> within the todo list?
> Not exactly sure what you?re asking here, but it?s not an uncommon 
> request to have TextMate offer a terminal environment, but it?s also 
> not really something I am eager to write due to the presumed complexity 
> of such code.
>
>
> ------------------------------
>
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
> End of textmate Digest, Vol 73, Issue 17
> ****************************************



More information about the textmate mailing list