Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
The Great Renaming -- Proposal, feedback wanted
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jono  
View profile  
 More options May 29 2009, 8:35 pm
From: Jono <jdica...@mozilla.com>
Date: Fri, 29 May 2009 17:35:39 -0700
Local: Fri, May 29 2009 8:35 pm
Subject: The Great Renaming -- Proposal, feedback wanted
Hi everybody,
In order to work with the new Overlord Verbs paradigm, (see
http://jonoscript.wordpress.com/2009/01/24/overlord-verbs-a-proposal/
) it is going to be neccessary to rename some of the built-in
commands.  Most of the ones which are currently hyphenated words will
become a one-word verb with a one-word argument.

I'm working on the list of what all commands will be renamed to.  I'm
trying to keep it as much as possible so that if you type in what
you're currently used to typing for the current name of the command,
it will still autocomplete to the same thing.

This wiki page shows my proposals for renaming commands.  It's still
incomplete and a little messy, but I would love to have some feedback
on it.

https://wiki.mozilla.org/Labs/Ubiquity/The_Great_Renaming

Thank you!
--Jono, Labs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Natanael L  
View profile  
 More options Jun 4 2009, 8:15 am
From: Natanael L <natanae...@gmail.com>
Date: Thu, 4 Jun 2009 05:15:26 -0700 (PDT)
Local: Thurs, Jun 4 2009 8:15 am
Subject: Re: The Great Renaming -- Proposal, feedback wanted
I'm thinking about something like this in the JavaScript:

declare() {
  commandname="sample"
  overlord="test"
  subcommand"sample command"

}

I'm a total programming newbie, but I think that might be useful and
easy.
This would respond to printing "test sample command", and any input
after that would be stored in a variable named something like
"input" (for obvious reasons ;).
I think Regular Expressions should be allowed too.

Something like this:
overlord=Go|Open|Load|Start

Then that command would respond to each of those, and Ubiquity would
have a database that keeps track of which overlord words that are in
use and which command that uses which.

On 30 Maj, 02:35, Jono <jdica...@mozilla.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Natanael L  
View profile   Translate to Translated (View Original)
 More options Jun 4 2009, 8:57 am
From: Natanael L <natanae...@gmail.com>
Date: Thu, 4 Jun 2009 05:57:15 -0700 (PDT)
Local: Thurs, Jun 4 2009 8:57 am
Subject: Re: The Great Renaming -- Proposal, feedback wanted
From the blog post comments:

ssn:
"I love the idea of namespace, but I think concise is also beautiful.
I'd like to suggest something about "paraphrase list", which allow any
user (not only Command Developer) to choise whether to allow for
shorten representation.

Any user couldn't only choice whether "google" means "search google",
but also add new idiom, as if "translate to russian using google-
translate" be restated as "russify". Someone might think "close" is
not "close window" and should be "close tab". Of course, the "google"
substituted for "search google" is served with "search"-siblings e.g.
"search yahoo". This is mere paraphrase.

Every man after his fashion about paraphrase.
So, I just think every man should be able to choice the paraphrase."

My suggestion here is to create an addon for this that hooks into
Ubiquity's database.

Wanna remap "search" to Yahoo? Open the Ubiquity Remapper's list of
overlord verbs and set the default for "search" to Yahoo.

It could work like this - in search.js:

declare() {
  name="search"
  overlord="search"
  defaultProvider="Google"

}

if (overrideProvider="true") {
  defaultProvider=overrideVariableName

}

Want to set "google whatever" do the same as "search on google for
whatever"?
Then just set a "shortcut"/"nickname" that is named "google", and
passes on all input that comes after it to "search on google for".

Does this seems like a decent solution?

The addon should also be able to disable commands that you never use
(without deleting them).
It could be useful when two people working with different things want
the same command but want to use different names for it.

A scientist might use one word in a special way, and get confused/
ennoyed when Ubiquity always suggest a completely different command
for that word.
Then he could set a nickname for that command that makes more sense
for him, and "disable" the "original name" for it.

On 4 Juni, 14:15, Natanael L <natanae...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mitcho (Michael 芳貴 Erlewine)  
View profile  
 More options Jun 4 2009, 9:47 am
From: "mitcho (Michael 芳貴 Erlewine)" <mit...@mitcho.com>
Date: Thu, 4 Jun 2009 22:47:46 +0900
Local: Thurs, Jun 4 2009 9:47 am
Subject: Re: [ubiquity] Re: The Great Renaming -- Proposal, feedback wanted

> Something like this:
> overlord=Go|Open|Load|Start

> Then that command would respond to each of those, and Ubiquity would
> have a database that keeps track of which overlord words that are in
> use and which command that uses which.

Natanael, I like the idea of registering subverbs (to coin a new (and  
confusing) phrase) against a set of overlord verbs which semantically  
go together. I envision this as having different "buckets" to register  
against... one for search engines, one for "things you can add things  
to", one for "things you switch on and off" etc.

For example, perhaps we could register a "light switch" against  
"things you switch on and off". You do this once and then you can use  
"turn off light switch" and "turn on light switch".

This would help with internationalization down the line, as well, in  
case we needed to have different overlord verbs with different  
argument structures for different different languages, but using the  
same "buckets".

(There must be a better word for this than "buckets"...)

mitcho

--
mitcho (Michael 芳貴 Erlewine)
mit...@mitcho.com
http://mitcho.com/
linguist, coder, teacher

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Sonne  
View profile   Translate to Translated (View Original)
 More options Jun 4 2009, 10:10 am
From: Christian Sonne <freakc...@gmail.com>
Date: Thu, 4 Jun 2009 16:10:49 +0200
Local: Thurs, Jun 4 2009 10:10 am
Subject: Re: [ubiquity] Re: The Great Renaming -- Proposal, feedback wanted

On Thu, Jun 4, 2009 at 3:47 PM, "mitcho (Michael 芳貴 Erlewine)" <

Categories?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mitcho (Michael 芳貴 Erlewine)  
View profile   Translate to Translated (View Original)
 More options Jun 4 2009, 10:24 am
From: "mitcho (Michael 芳貴 Erlewine)" <mit...@mitcho.com>
Date: Thu, 4 Jun 2009 23:24:58 +0900
Local: Thurs, Jun 4 2009 10:24 am
Subject: Re: [ubiquity] Re: The Great Renaming -- Proposal, feedback wanted

Bindings? Hooks?

But more importantly, how does this system sound to others?


--
mitcho (Michael 芳貴 Erlewine)
mit...@mitcho.com
http://mitcho.com/
linguist, coder, teacher

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Blair McBride  
View profile   Translate to Translated (View Original)
 More options Jun 4 2009, 4:47 pm
From: Blair McBride <unfocu...@gmail.com>
Date: Fri, 05 Jun 2009 08:47:16 +1200
Local: Thurs, Jun 4 2009 4:47 pm
Subject: Re: [ubiquity] Re: The Great Renaming -- Proposal, feedback wanted
Sounds very natural to me. My only concern is how to expose this to
command authors without having them just ignore it.

Also, I really want to turn my lights on and off with Ubiquity now.

- Blair

On 5/06/09 2:24 AM, "mitcho (Michael 芳貴 Erlewine)" wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »