Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

SubEthaEdit

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 249
  • Category: Software
  • Founded: Dec 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 121 - 150 of 232   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#121 From: Ingo Stoecker <kobe_rbb@...>
Date: Mon Jun 18, 2007 11:20 am
Subject: AW: AW: Python doesnt run
kobe_rbb
Send Email Send Email
 
Hello Jim,

so I have to set the permissions every time a run/write a python script!? Do you know any work around to set the permission as default?

best regards,

ingo

----- Ursprüngliche Mail ----
Von: Jim Tittsler <jwt@...>
An: SubEthaEdit@yahoogroups.com
Gesendet: Montag, den 18. Juni 2007, 00:27:05 Uhr
Betreff: Re: AW: [SubEthaEdit] Python doesnt run

On Jun 17, 2007, at 21:18, Ingo Stoecker wrote:

> thanks for your support. You are right with the permission hint.
> How can I configure the permission
> the files have allways the right permission.

If you are editing a file in Python mode, the SubEthaEdit Mode menu
should have a 'chmod ug+x' item that will set the mode to executable.

Jim

--
Jim Tittsler http://www.OnJapan. net/ GPG: 0x01159DB6
Python Starship http://Starship. Python.net/ crew/jwt/
Mailman IRC irc://irc.freenode. net/#mailman




Telefonieren Sie ohne weitere Kosten mit Ihren Freunden von PC zu PC!
Jetzt Yahoo! Messenger installieren!

#122 From: "michael_j_barber" <michael_j_barber@...>
Date: Sun Jul 1, 2007 5:36 pm
Subject: Some basic scripting questions
michael_j_ba...
Send Email Send Email
 
I'm having a go at making the LaTeX mode more useful, largely through adding
some
scripts. For those who might be interested, I'm chronicling my progress on my
blog at
<http://appliedabstraction.blogspot.com/>. I've run into several questions about
the
scripting model, and hope that someone can clarify things for me. I'll start
with just a few
fundamental questions.

First, the SubEthaEdit scripting dictionary is such that windows can contain
documents and
documents can contain windows. So, what is the right way to refer to the active
tab in the
front window? Is 'tell front document of application "SubEthaEdit"' the right
thing to do?
Should it be 'tell document of front window of application "SubEthaEdit"'? Both
work, so is
there a reason to prefer one over the other, apart from the greater clarity of
the former?

Second, is there any reason to check for an open document in a mode-dependent
script?
As far as I can tell, the only way that such a script gets activated is when an
appropriate
document is open. This implies that there will never be an error from referring
to a non-
existent document in a modal script. Have I missed anything?

Third, how does collaborative editing interact with the idea of the selection? I
don't really
use the collaborative features myself, but I tried some basic tests to get a
feel for what's
needed. It appears that you only get access to your own selection, and not your
collaborators. For scripting, that would be just fine, since I could ignore the
collaborative
part and not stumble into any difficulties. Should I expect any troubles from
scripting
SubEthaEdit as if it were a "normal" non-collaborative editor?

These questions seem to me to be relevant to most of the scripts I have in mind.
For
example, I present a script at <http://appliedabstraction.blogspot.com/2007/07/
seeing-latex-2-opening-pdf-in-viewer.html> where all three points came up
in the just six lines that related to SubEthaEdit.

I look forward to your comments.

--
Michael

#123 From: "michael_j_barber" <michael_j_barber@...>
Date: Wed Jul 4, 2007 5:40 pm
Subject: Re: Scrolling Window from AppleScript?
michael_j_ba...
Send Email Send Email
 
--- In SubEthaEdit@yahoogroups.com, Stefan Brantschen <sbr@...> wrote:
>
> Hi
>
> Can I scroll a SubEthaEdit window to show the current selection (or
> insertion point) from AppleScript?
>
> Thanks and regards
> -- Stefan
>


Reviving a slightly older thread...

This can be done using UI Scripting. You basically have System Events click the
appropriate
menu entry, in this case "Jump to Selection". I show how to do that in a blog
post here:
<http://appliedabstraction.blogspot.com/2007/07/seeing-latex-3-from-pdfview-
to.html>. I use it as part of a shell script, but the relevant bits of
AppleScript can be
isolated without any trouble.

Hope that helps,
Michael

#124 From: Online Jobs <bee_17000@...>
Date: Thu Jul 5, 2007 4:14 am
Subject: Data Entry Jobs
bee_17000
Send Email Send Email
 
Looking for Data Entry jobs? we can help you find the perfect job.

Data Entry job opportunities that allow you to work offsite via computer rather
than commute to work on a daily basis.

Make a $1000+ Per Day Just Simple Data Entering From Home.

Work part-time to pay the bills or full-time to earn your new income.

Click Here : http://easylnk.com/?1268

Good Luck

#125 From: "help_4yours" <help_4yours@...>
Date: Fri Jul 13, 2007 7:21 am
Subject: Computer Tutorials, Interview Question And Answer
help_4yours
Send Email Send Email
 
Computer Tutorials, Interview Question And Answer
http://freshbloger.com/
Oracle tutorial,Oracle Interview questions and answers
sap architecture tutorial,ccna question and answers
Testing Interview questions and answers,microsoft
certification tutorials,know about spyware removal
know about antispam software,know about HelpDesk software
Know About Adware, Spyware and Anti-virus,Oracle tutorials
Data Recovery,Certification bootcamp,Training,technology book
Webdesign,Tutorial and Training,mobile phone softwares
software engineering tools,online degree,Data Recovery
industry news,Aikido,Air Freight,java architecture tutorial
Software,webdesign software,Colleges and universities
Books,web applications,Java tutorials,Game,Dating And Sex Movies
religion beliefs,domain for sells,adsense,technology
Need a Beautiful Skin Color,Colics,Digital photography
Improve your Personal Life
http://freshbloger.com/

#126 From: "Ken G. Brown" <kbrown@...>
Date: Fri Jul 13, 2007 2:33 pm
Subject: Run SubEthaEdit from Server?
kengbrown
Send Email Send Email
 
I've just downloaded SubEthaEdit and played with it a bit using Applescript to
get it to open files on the server. Basically the idea we have is for everyone
to be able to update the same customer note files from whatever point of sale
computer they happen to be on.
I got to wondering, in a multi computer situation, is it best to have a copy on
each computer or does each computer's user run a copy from the server?

And does each computer have to be signed on to the server or is there a way to
access server files without explicitly signing on, like via the server IP
address?

Any scripting examples, tips or pointers to information will be greatly
appreciated in order to help get me up to speed in a hurry.

Thx,
Ken

#127 From: "wendyyangue" <wendyyangue@...>
Date: Fri Jul 20, 2007 2:20 pm
Subject: Can you chat with me now!
wendyyangue
Send Email Send Email
 
I am so lucky to find out we live in the same area. I am a sexy single
girl and open minded. I'm very interested in you. Can we chat at the
following site?

http://www.himenow.com

#128 From: Jobs Online <join_lasta_17000@...>
Date: Wed Jul 25, 2007 6:05 am
Subject: Work From Home - New Job
join_lasta_1...
Send Email Send Email
 
THIS IS ALL YOU NEED TO DO:
1- Activate Your Website
2- Login and access your website training material
3- Market your site using the material provided
4- That's it! Watch your site go to work for you and start collecting your
commission checks

You will NEVER...
...need to learn any technical computer stuff.
...need to create your own products or carry any inventory!
...need to talk to any customers on the phone!
...need to talk to any customers by email!
...need to deal with customers or follow up on leads!
You WILL be able to set your own hours! Work when you want!

Join Now : http://easylnk.com/?1381


In God We Trust

Good Luck

#129 From: PAID SURVEYS <join_lasta_17000@...>
Date: Sun Jul 29, 2007 11:01 pm
Subject: PAID SURVEYS ONLINE
join_lasta_1...
Send Email Send Email
 
We have over 700 companies that will pay you to:
Take online surveys - Get paid from $5 to $125 Each Survey!
Get paid to drive your car $1000 to $3000 per month!
Participate in Focus Groups - Get Paid up to $150 per hour
Try new products and paid $10 to $25 or even more (Keep the products FREE!)
Take telephone surveys and get paid up to $120 per hour.
Preview new movie trailers and get paid anywhere from $10 to $25 per hour.
Get paid to take surveys offline and get paid $5 to $95 per hour
Get Paid $10 to $40 per hour To Shop and Eat!
Get Paid $10 to $50 To Set Appointments online!
Get Paid To Travel - Earn $100's each month just for traveling!

Join Now : http://easylnk.com/?1441

in God we trust

Good Luck

#130 From: Your Friend <join_lasta_17000@...>
Date: Mon Jul 30, 2007 11:32 pm
Subject: Relax At Home ... And Get Paid For Your Opinion!
join_lasta_1...
Send Email Send Email
 
START EARNING TODAY!

$10 - $300 Per Online Survey

$50 - $300 Per Hour For Online Focus Groups

$4 - $25 Per Hour For Previewing Movie Trailers

Market research companies will pay you $10 to $300 per hour for answering simple
online surveys and participating in online focus groups. All from the comfort of
your own home. Why are companies willing to pay so handsomely for your time?
They desperately need the honest opinions of ordinary consumers to help them
figure out which new products are likely to succeed. IT'S REALLY JUST THAT
SIMPLE!

THIS IS A DREAM JOB! No gimmicks. No catch. Work from home whenever you want!


Did you know that you can:
  Get paid to take online surveys - $5 to $75 per survey
  Get paid to participate in focus groups - $50-$150 per hour
  Get paid to preview movie trailers - $5-$50 per hour
  Get paid to try new products - $10-$50 per hour


Click here : http://easylnk.com/?1453


Good Luck

#131 From: "wendyyangue" <wendyyangue@...>
Date: Sun Aug 12, 2007 3:18 pm
Subject: I'm your new neighbor. Can you chat with me when you are online?
wendyyangue
Send Email Send Email
 
Dear neighbor,

I have bought a house near you. Can we enjoy riding, hanging out, good
food and an occasional drink this weekend?

I am open minded and like To Hang Out.

Come, check out me and chat at the following site:

http://www.himenow.com

#132 From: "MaamuT Delagrotte" <maamutd@...>
Date: Mon Aug 13, 2007 7:24 am
Subject: SPAM Overdose !
maamutd
Send Email Send Email
 
Hi all,

Would be it possible of fare something against the recrudescence of Spam noted
lately on
this forum?

PS : Sorry for the funny translation, thx Google translator :D

#133 From: Martin Pittenauer <map@...>
Date: Mon Aug 13, 2007 9:59 am
Subject: Re: SPAM Overdose !
martinpitten...
Send Email Send Email
 
On 13.08.2007, at 09:24, MaamuT Delagrotte wrote:

> Hi all,
>
> Would be it possible of fare something against the recrudescence of
> Spam noted lately on
> this forum?
>

Sorry for that, I was hoping Yahoo's spam filtering would work a
little bit better.
I just switched on moderation, so mails will take a little bit longer
to show up, but there shouldn't be any more spam.

All the best,
Martin

#134 From: "MaamuT Delagrotte" <maamutd@...>
Date: Tue Aug 14, 2007 5:59 pm
Subject: Re: SPAM Overdose !
maamutd
Send Email Send Email
 
--- In SubEthaEdit@yahoogroups.com, Martin Pittenauer <map@...> wrote:
>
> Sorry for that, I was hoping Yahoo's spam filtering would work a
> little bit better.
> I just switched on moderation, so mails will take a little bit longer
> to show up, but there shouldn't be any more spam.
>
> All the best,
> Martin
>

Ok, merci beaucoup ;)

#135 From: "kilwinningjohnboy" <chaunceyjb@...>
Date: Thu Aug 16, 2007 12:36 pm
Subject: Growl Aware
kilwinningjo...
Send Email Send Email
 
Hey Martin:

I posted some time ago about making SubEtha Growl aware.  I don't want to be a
pest, but I
really need that functionality.  Any hope of making that happen?  Thanks.

#136 From: "gijscom" <gijscom@...>
Date: Mon Aug 27, 2007 7:24 am
Subject: TypoScript code colering
gijscom
Send Email Send Email
 
Hello,

Is there may be somebody already working on TypoScript code coloring?
or are there people willing to collaborate on a typoscript version?

regards Gijs

#137 From: "mechcozmo" <mechcozmo@...>
Date: Mon Sep 10, 2007 5:51 pm
Subject: Connect across subnets
mechcozmo
Send Email Send Email
 
I use SEE on a university network.  To take notes in class, my friends and I
need to be able to
connect to each other's computers.  I have a hostname registered, and can ping
my computer
from their computer, etc.  However, I cannot tell SEE to connect to my computer
without
using the Internet dialog box... which fails.  (I think because it tries to go
out to the internet,
then come back in, which it doesn't need to do and is blocked for security
concerns)  Is there
a way to tell SEE what computer to connect to on a local network, bypassing the
Bonjour
auto-discovery?

#138 From: Martin Pittenauer <map@...>
Date: Mon Sep 17, 2007 12:17 pm
Subject: Re: Connect across subnets
martinpitten...
Send Email Send Email
 
On 10.09.2007, at 19:51, mechcozmo wrote:

> I use SEE on a university network. To take notes in class, my
> friends and I need to be able to
> connect to each other's computers. I have a hostname registered, and
> can ping my computer
> from their computer, etc. However, I cannot tell SEE to connect to
> my computer without
> using the Internet dialog box... which fails. (I think because it
> tries to go out to the internet,
> then come back in, which it doesn't need to do and is blocked for
> security concerns) Is there
> a way to tell SEE what computer to connect to on a local network,
> bypassing the Bonjour
> auto-discovery?

The "Internet" window allows (or should allow) you to connect to an
arbitrary IP address. It won't connect to the internet if the IP is
within your local subnet.

All the best,
Martin

#139 From: "mechcozmo" <mechcozmo@...>
Date: Wed Sep 19, 2007 4:44 pm
Subject: Re: Connect across subnets
mechcozmo
Send Email Send Email
 
That isn't working.  It worked _once_ but since then we haven't been able to re-
establish a connection.  SEE always times out, and even when we use a document
URL, the
other computer cannot resolve it.  Is there any way to hop through these
subnets?

Brandon

--- In SubEthaEdit@yahoogroups.com, Martin Pittenauer <map@...> wrote:
>
>
> On 10.09.2007, at 19:51, mechcozmo wrote:
>
> > I use SEE on a university network. To take notes in class, my
> > friends and I need to be able to
> > connect to each other's computers. I have a hostname registered, and
> > can ping my computer
> > from their computer, etc. However, I cannot tell SEE to connect to
> > my computer without
> > using the Internet dialog box... which fails. (I think because it
> > tries to go out to the internet,
> > then come back in, which it doesn't need to do and is blocked for
> > security concerns) Is there
> > a way to tell SEE what computer to connect to on a local network,
> > bypassing the Bonjour
> > auto-discovery?
>
> The "Internet" window allows (or should allow) you to connect to an
> arbitrary IP address. It won't connect to the internet if the IP is
> within your local subnet.
>
> All the best,
> Martin
>

#140 From: "Gus" <jim@...>
Date: Wed Oct 17, 2007 12:59 pm
Subject: Matching brackets
jimmybigeyes
Send Email Send Email
 
Subethaedit highlights matching brackets, but only for a very short
while. Wouldn't it be nice to have the highlighting remain until the
cursor moves away from the bracket?

Jim

#141 From: Martin Pittenauer <map@...>
Date: Tue Oct 23, 2007 1:26 pm
Subject: Re: Matching brackets
martinpitten...
Send Email Send Email
 
On 17.10.2007, at 14:59, Gus wrote:

> Subethaedit highlights matching brackets, but only for a very short
> while. Wouldn't it be nice to have the highlighting remain until the
> cursor moves away from the bracket?
>
You can achieve the desired effect by double clicking one of the
brackets.

All the best,
Martin

#142 From: "kilwinningjohnboy" <chaunceyjb@...>
Date: Tue Nov 6, 2007 7:53 pm
Subject: Growl Support
kilwinningjo...
Send Email Send Email
 
Hey Martin:

Still hoping for Growl support.  I talked to the folks at Growl, but they say
you guys need to
support it.  Growl support would make my life ever so much easier.  Any hope?

John

#143 From: "michael_j_barber" <michael_j_barber@...>
Date: Sat Jan 5, 2008 6:16 am
Subject: Structuring elements for the mode menu
michael_j_ba...
Send Email Send Email
 
Is it possible to add structuring elements to the mode menu? I'd like to be able
to put some
dividing lines between groups of scripts, or possibly group scripts into
submenus.

#144 From: Martin Pittenauer <map@...>
Date: Mon Jan 7, 2008 3:27 pm
Subject: Re: Structuring elements for the mode menu
martinpitten...
Send Email Send Email
 
On 05.01.2008, at 07:16, michael_j_barber wrote:

> Is it possible to add structuring elements to the mode menu? I'd
> like to be able to put some
> dividing lines between groups of scripts, or possibly group scripts
> into submenus.

That's a good idea. Currently that's not possible but it sounds like a
really useful addition.

All the best,
Martin

#145 From: "michael_j_barber" <michael_j_barber@...>
Date: Mon Jan 7, 2008 5:51 pm
Subject: Requiring files to end with a newline
michael_j_ba...
Send Email Send Email
 
Standard convention for Unix files is that they should end with a newline. Is
there any
combination of settings that will get SubEthaEdit to do this?

#146 From: "michael_j_barber" <michael_j_barber@...>
Date: Mon Jan 7, 2008 5:38 pm
Subject: Re: Structuring elements for the mode menu
michael_j_ba...
Send Email Send Email
 
--- In SubEthaEdit@yahoogroups.com, Martin Pittenauer <map@...> wrote:
>
>
> On 05.01.2008, at 07:16, michael_j_barber wrote:
>
> > Is it possible to add structuring elements to the mode menu? I'd
> > like to be able to put some
> > dividing lines between groups of scripts, or possibly group scripts
> > into submenus.
>
> That's a good idea. Currently that's not possible but it sounds like a
> really useful addition.
>

Well, perhaps in a future version, then. As it stands, the nine items I've got
in the extended
LaTeX mode I've been working on are pretty hard to read - and that's quite a
modest set for
LaTeX!

#147 From: Alexander Henket <ahenket@...>
Date: Tue Jan 8, 2008 5:18 pm
Subject: Re: Requiring files to end with a newline
ahenket
Send Email Send Email
 

Under the Format menu you will find what you are looking for on per document basis. In the Preferences you can set it for all new documents.

Regards

Alexander Henket

Op 7 jan 2008, om 18:51 heeft michael_j_barber het volgende geschreven:

Standard convention for Unix files is that they should end with a newline. Is there any 
combination of settings that will get SubEthaEdit to do this?



#148 From: "michael_j_barber" <michael_j_barber@...>
Date: Tue Jan 8, 2008 6:06 pm
Subject: Is it possible to use the see command line tool in a mode script?
michael_j_ba...
Send Email Send Email
 
Consider the following three AppleScripts:

-- script 1
do shell script "echo some text | /usr/bin/see"

on seescriptsettings()
	 {displayName:"Pipe into see"}
end seescriptsettings

-- script 2
do shell script "echo some text | open -f"

on seescriptsettings()
	 {displayName:"Pipe into open"}
end seescriptsettings

-- script 3
do shell script "echo some text | /usr/local/bin/mate"

on seescriptsettings()
	 {displayName:"Pipe into mate"}
end seescriptsettings

-- end scripts

The three scripts are all similar in intent. You add them to a mode and have an
item added
to the mode menu. Each one produces the text "some text\n" and pipes it into a
shell
command to open a new document in an application. The first one uses 'see' to
open it in
SubEthaEdit, the second uses 'open -f' to open it in TextEdit, and the third
uses 'mate' to
open it in TextMate.

The second and third scripts work fine. The first one does not. The new
SubEthaEdit
document does not open, and SubEthaEdit becomes unresponsive. By killing the
'see'
process using the terminal, you can actually get the document to open, however.
Further,
just running the AppleScript from the Script Editor works fine, with SubEthaEdit
immediately opening the document.

Any suggestions on getting this working? Is this a bug, or am I just missing
something?

#149 From: Jeff Groth <jtgroth.lists@...>
Date: Tue Jan 8, 2008 10:26 pm
Subject: Re: Is it possible to use the see command line tool in a mode script?
jtgroth007
Send Email Send Email
 
After some research and experimentation I was able to get the desired result with the following:

do shell script "echo some text | /usr/bin/see &> /dev/null &"

Jeff

On Jan 8, 2008, at 1:06 PM, michael_j_barber wrote:

Consider the following three AppleScripts:

-- script 1
do shell script "echo some text | /usr/bin/see"

on seescriptsettings()
{displayName:"Pipe into see"}
end seescriptsettings

-- script 2
do shell script "echo some text | open -f"

on seescriptsettings()
{displayName:"Pipe into open"}
end seescriptsettings

-- script 3
do shell script "echo some text | /usr/local/bin/mate"

on seescriptsettings()
{displayName:"Pipe into mate"}
end seescriptsettings

-- end scripts

The three scripts are all similar in intent. You add them to a mode and have an item added 
to the mode menu. Each one produces the text "some text\n" and pipes it into a shell 
command to open a new document in an application. The first one uses 'see' to open it in 
SubEthaEdit, the second uses 'open -f' to open it in TextEdit, and the third uses 'mate' to 
open it in TextMate.

The second and third scripts work fine. The first one does not. The new SubEthaEdit 
document does not open, and SubEthaEdit becomes unresponsive. By killing the 'see' 
process using the terminal, you can actually get the document to open, however. Further, 
just running the AppleScript from the Script Editor works fine, with SubEthaEdit 
immediately opening the document. 

Any suggestions on getting this working? Is this a bug, or am I just missing something?


#150 From: "michael_j_barber" <michael_j_barber@...>
Date: Wed Jan 9, 2008 9:09 am
Subject: Re: Requiring files to end with a newline
michael_j_ba...
Send Email Send Email
 
I believe you have misread me. In the Format menu, you can set the line endings
to be
carriage returns, line feeds, or both. However, the file itself should end with
a line feed,
which is not enforced by setting "Use Unix/Mac OS X Line Endings (LF)". I'm
looking for a
way to require that.

--- In SubEthaEdit@yahoogroups.com, Alexander Henket <ahenket@...> wrote:
>
>
> Under the Format menu you will find what you are looking for on per
> document basis. In the Preferences you can set it for all new documents.
>
> Regards
>
> Alexander Henket
>
> Op 7 jan 2008, om 18:51 heeft michael_j_barber het volgende geschreven:
>
> > Standard convention for Unix files is that they should end with a
> > newline. Is there any
> > combination of settings that will get SubEthaEdit to do this?
> >
> >
> >
>

Messages 121 - 150 of 232   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help