Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jasspa · JASSPA's MicroEmacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 127
  • Category: Cyberculture
  • Founded: Jul 7, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 681 - 710 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#681 From: Rick Owen <rickowen@...>
Date: Wed Oct 2, 2002 8:24 pm
Subject: Re: Oracle PL/SQL syntax highlighting
rickowen
Send Email Send Email
 
Hi Jon,

Thanks for the explanation.  I understand what you're saying about the
complexities.  I agree that performance should not be compromised for features.
I'm just happy for the syntax highlighting and the limited indent.

Thanks -- I'll look forward to whatever you send once you're back from
traveling.

Rick.



=====
Time is what keeps everything from happening at once.

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

#682 From: Jon Green <jon@...>
Date: Wed Oct 2, 2002 8:58 pm
Subject: Re: Oracle PL/SQL syntax highlighting
bigfatmrmoose
Send Email Send Email
 
Forcing me to explain the situation has just sparked
a new idea for the indentation look back which
should not be so computationally expensive. I should
be able to mock this up in macros to test the concept,
starting with the PL/SQL difficult cases.

So thanks for the prompt !

Jon.

Rick Owen wrote:
>
> Hi Jon,
>
> Thanks for the explanation.  I understand what you're saying about the
> complexities.  I agree that performance should not be compromised for
features.
> I'm just happy for the syntax highlighting and the limited indent.
>
> Thanks -- I'll look forward to whatever you send once you're back from
> traveling.
>
> Rick.
>
> =====
> Time is what keeps everything from happening at once.
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
>
>
> __________________________________________________________________________
>
> This is an unmoderated list. JASSPA is not responsible for the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#683 From: Jon Green <jon@...>
Date: Fri Oct 4, 2002 9:34 am
Subject: PL/SQL template
bigfatmrmoose
Send Email Send Email
 
Attached a new template for PL/SQL mode.
Tar bundle created on Sun system - should
be OK for Windows as well. Read the .emf
file header for information on defining
the necessary file hooks.

Template includes:-

	 Abbreviation file (.eaf)
	 New file template (.etf)
	 Buffer help enabled M-h (esc-h)
	 Crude folding - not ideal (f2/f3)
	 Comment formatting on /* ... */ M-o/M-q

Regards
Jon.

#684 From: bill@...
Date: Sat Oct 5, 2002 4:46 pm
Subject: Re: Re: Disabling template text
bill@...
Send Email Send Email
 
Alternatively  set the Insert New  Template  option in  buffer-setup  (Help ->
Buffer Setup) to N(o).

Steve

> Subject: Re: [jasspa] Disabling template text
> From: Jon Green <jnaught@...>
> Date: Mon, 23 Sep 2002 10:12:17 +0100
> To: jasspa@yahoogroups.com
>
> Create your own template file for 'C' etc. These
> files all have the .etf extension. Your files will
> be empty if you really have no header at all !!
> So the file for 'C' is c.etf. The new files
> will typically shaddow the existing files and
> are placed in the <user> or <company> directories.
>
> Jon.
>
> Yong Kwang Goh wrote:
> >
> > Each time I create a new C program file, it would stick in a huge comment
> > block for me to fill in name and company and some legal stuff.
> >
> > What I want is just a plain empty text file to write my code. How do I
> > disable the auto-template insert?
> >
> > I read thru the FAQ and it just mentioned about file-hook and setting up
> > user preferences and I do not know how to go about doing it.
> >
> > Thanks in advance.
> >
> > ---
> > Goh, Yong Kwang
> > Singapore
>
>
> The mail message has been scanned by MAILsweeper
> for content analysis.
>
>
>
> __________________________________________________________________________
>
> This is an unmoderated list. JASSPA is not responsible for the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

#685 From: bill@...
Date: Tue Oct 8, 2002 6:17 pm
Subject: Re: KeyBoard Problemes
bill@...
Send Email Send Email
 
François,

This is more my area and I've  been on  holiday  for 2 weeks so sorry  for the
even slower  response. The difficulty for us is that unless we sit at a French
machine using a French  keyboard (which we don't have) we cannot  reproduce or
fix the  problem  so we are  totally  reliant on  submissions  from users - so
please continue to send us any fixes you have.

The current French support is actually taken from the Belgium  keyboard so its
not  totally  surprising  that it does not fully  work.  Looking at your first
attempt to fix the problem I think you have been caught out by a nasty Windows
problem.  Logic  dictates  'Press one key, get one key in  $recent-keys' - NOT
TRUE! Look at the original French section in keyboard.emf again:

         translate-key "A-C-] A-C-[" "["

translates 2 keys into one and this is a common  source of problem for foreign
keyboards  on Windows (you may be thinking  'how come I don't get these issues
with other  editors?' - the answer is simple, either they are more mature like
Emacs or they don't support such an extensive  control key re-binding (such as
the ability to rebind Alt-space etc)).

The  best  way to show  this is to type  the  following  keys in ME  (with  no
translations - please comment them all out first!):

     A
     A
     [
     B
     B
     C-h v    (list variables)

Then look at the value of $recent-keys, on my machine I get:

     $recent-keys .................. "v C-h B B [ A A .....

(Note the order of the keys is reversed!), but on a Belgium (and may be French)
machine without any correction you will get:

     $recent-keys .................. "v C-h B B A-C-[ A-C-] A A .....

Once you master this method of getting the key  sequence it is usually  pretty
easy to get the whole  keyboard  mapped - BUT please  remove ALL your  current
key-translations  and start again as a bad  translation  will lead to problems
and lots of  confusion!  For instance in you last email you had the  following
translation:

         translate-key "A-C-[" "]"

with this translation consider above key sequence, $recent-keys will show:

     $recent-keys .................. "v C-h B B ] A-C-] A A .....

As the  translation  happens  first - get these wrong and weird  things  start
happening.  In your  mail you  state  that:

      ']' -> ']'
      '[' -> '[]'

I would  therefore  guess that you really need  something  like the  following
translations:

         translate-key "A-C-] A-C-[" "]"
         translate-key "A-C-[ [" "["

This looks weird but does  explain the  behaviour.  Good luck and again please
send us any fixes you have,

Steve


> Subject: Re: [jasspa] KeyBoard Problemes ( Syntaxe error but everything dont
work
>  )
> From: Jon Green <jon@...>
> Date: Wed, 02 Oct 2002 20:56:41 +0100
> To: jasspa@yahoogroups.com
>
> François,
>
>  Sorry for the delay in getting back to you.
>  You do not say what platform you are running
>  on. I assume that it is Windows as you
>  have submitted this E-Mail from Microsoft
>  Outlook.
>
>  The first question is - have you enabled
>  the French Keyboard from the user setup.
>  From the menu this is:-
>
>   Help->User Setup->Start-Up
>
>  Within this dialogue then you need to
>  specify that you are using a French
>  keyboard. Once this is set up then
>  this should invoke the French keyboard
>  settings in keyboard.emf. You can
>  see if this is running by adding
>  a
>
>  5000 ml-write "Running French Config"
>
>  into the French keyboard setup i.e.
>
>  ....
> !elif &seq #l0 "Francais"
>     !if &seq $platform "win32"
>  5000 ml-write "Running French Config"
>         ; Thanks to Meyer Jean-Francois
>         translate-key "A-C-4" "{"
>  .....
>
>  If the print appears then you
>  are running the correct configuration.
>  If you are running with a French Keyboard
>  configuration then we need to establish
>  exactly what you are getting for the
>  key strokes. You message identifies
>  what does and does not work - but it
>  does not indicate what you are getting
>  instead. To do this then we need
>  to look at the key history as follows:-
>
>  a) Enter the key that does not work.
>  b) C-h v for "list-variables".
>  c) Search for the variable $recent-keys
>     this shows recent key presses and
>     can be used to identify what key
>     sequence is being received.
>  d) Add a new "translate-key" sequence to
>     correct the received key sequence to the
>     required key - add to "keyboard.emf".
>  e) Restart the editor.
>
>  If you manage to correct all of the keys
>  then please submit the changes so that
>  they can be corrected.
>
> Regards
> Jon.
>
>
> > GUILLET François wrote:
> >
> > Hello
> >
> > i have lot of problemes
> >
> > i have edite keyboard.eml but the change dont work
> > i join my keyboard.eml
> >
> > [  dont work do [ ]    (5b)
> >
> > ` dont work (ef) make ï
> >
> > please help me
> > your sofware is grate like emacs is greate
> > but configuration is hard
> >
> > bye
> > François GUILLET
> > email : k.bastet@...
> > web : http://k.bastet.free.fr
> > tel : 06 08 70 69 38
> > fix : 04 67 79 69 68
> >
> > __________________________________________________________________________
> >
> > This is an unmoderated list. JASSPA is not responsible for the content
> > of
> > any material posted to this list.
> >
> > To unsubscribe, send a mail message to
> >
> >     mailto:jasspa-unsubscribe@yahoogroups.com
> >
> > or visit http://groups.yahoo.com/group/jasspa and
> > modify your account settings manually.
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> >
> >                    Name: keyboard.zip
> >    keyboard.zip    Type: Zip Compressed Data
> >                          (application/x-zip-compressed)
> >                Encoding: base64
>
>
> __________________________________________________________________________
>
> This is an unmoderated list. JASSPA is not responsible for the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

#686 From: "Thomas Hundt" <thundt@...>
Date: Fri Oct 11, 2002 12:21 am
Subject: Suggestion: Query-replace-string should remember default replacement string
thundt
Send Email Send Email
 
(One for the suggestion box?)

Often I do query-replace-string, and screw it up and hit undo, and do
it again, fine-tuning my search or replacement string.  To make this
quicker, ME remembers my search string each time and offers it as the
default.  It would be nice if the replacement string worked the same
way.

Example:

Query-replace: foo
Replace [foo] with: bar

(oops, that wasn't what I wanted, ^G, undo, and try again)

Query-replace (default [foo]): baz  <--- it remembered "foo"
Replace [baz] with: <--- but it doesn't remember "bar"

Yes, I know, I can hit ^P a couple of times and get to it...
but why should I have to?  I don't have to with the search string.
(Yes, I'm a lazy programmer.  Programmers are lazy; that's why they
like to write programs.)

Thanks

-Th

#687 From: "Phillips, Steven " <sphillips@...>
Date: Fri Oct 11, 2002 6:53 am
Subject: RE: Suggestion: Query-replace-string should remember default replacement string
sphillips@...
Send Email Send Email
 
The previous value is not the default because you may wish to replace "foo" with
"" (the empty string). If a history value is suggested then an empty value
cannot be given easily (try changing "foo" to "" - it can be done but its
obscure) which means that as not having "bar" as the history verses a novice
user not being able to enter "" - I think the choice is frustratingly simple -
sorry Thomas!

Perhaps there should be a config option?

Steve

PS I use C-up instead of ^p, you may find this easy to hit.

> -----Original Message-----
> From: Thomas Hundt [mailto:thundt@...]
> Sent: 11 October 2002 02:21
> To: jasspa@yahoogroups.com
> Subject: [jasspa] Suggestion: Query-replace-string should remember
> default replacement string
>
>
> (One for the suggestion box?)
>
> Often I do query-replace-string, and screw it up and hit undo, and do
> it again, fine-tuning my search or replacement string.  To make this
> quicker, ME remembers my search string each time and offers it as the
> default.  It would be nice if the replacement string worked the same
> way.
>
> Example:
>
> Query-replace: foo
> Replace [foo] with: bar
>
> (oops, that wasn't what I wanted, ^G, undo, and try again)
>
> Query-replace (default [foo]): baz  <--- it remembered "foo"
> Replace [baz] with: <--- but it doesn't remember "bar"
>
> Yes, I know, I can hit ^P a couple of times and get to it...
> but why should I have to?  I don't have to with the search string.
> (Yes, I'm a lazy programmer.  Programmers are lazy; that's why they
> like to write programs.)
>
> Thanks
>
> -Th
>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~-->
> Get 128 Bit SSL Encryption!
> http://us.click.yahoo.com/JjlUgA/vN2EAA/H2RGAA/89EolB/TM
> --------------------------------------------------------------
> -------~->
>
> ______________________________________________________________
> ____________
>
> This is an unmoderated list. JASSPA is not responsible for
> the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
>

#688 From: "Dan Perry" <dperry@...>
Date: Fri Oct 11, 2002 2:44 pm
Subject: RE: Digest Number 164
eatmyhairysh...
Send Email Send Email
 
I Just wanted to share a macro that I wrote.  I work with a lot of enums in
C/C++ and I hate when my fellow developers don't align all the equal signs("=")
in the enumeration.  So I wrote this little macro to do it for me.  To use it,
adjust the first = to the proper column and run the macro.  It stops if it
attempts to delete characters other then spaces.  Please let me know what you
think and any way to improve it.  Like possibly aligning tables or more then one
character on each line...

Dan


define-macro align-enums
     set-variable .TheChar @wc
     set-variable .TheColumn $window-acol

*nextline
     forward-line

     !if &or &xsequal @wl "^[ \t]*$" &xsequal @wl "^[ \t]*//.*$"
         !goto nextline
     !endif

     !if ¬ &xsequal @wl &cat &cat ".*" .TheChar ".*"
         !goto finish
     !endif

     beginning-of-line
     !while ¬ &sin @wc .TheChar
         forward-char
     !done

     !if &equal .TheColumn $window-acol
         !goto nextline
     !endif

     !if &less $window-acol .TheColumn
         !while &less $window-acol .TheColumn
             insert-space
         !done
         !goto nextline
     !endif

     !if &great $window-acol .TheColumn
         !while &great $window-acol .TheColumn
             backward-char
             !if ¬ &seq @wc " "
                 !bell
                 !abort
             !endif
             1 forward-delete-char
         !done
         !goto nextline
     !endif

*finish
     ml-write "Finished"
     !return

!emacro

#689 From: "Thomas Hundt" <thundt@...>
Date: Wed Nov 13, 2002 8:39 pm
Subject: vm mail fix to not finding separator line (From line) problem
thundt
Send Email Send Email
 
I was experiencing the following problem with the 'vm' read mail
command in Jasspa:  All the messages in my mailbox appeared (in
Jasspa) to be one long message.  It was not finding the "From" lines
that separate mail messages in Unix mail.  Today I finally had enough
and figured out the problem.

Versions: MicroEmacs 02 (date 02/01/01 which is 1/1/2002) and probably
several versions prior to that.  (It's never really worked for me.)

Platforms: RedHat Linux 7.2 and OpenBSD 3.1.

Fix:

The problem is the format of the From line, on my systems it looks
like this:
     From foo123@...  Wed Nov 13 15:15:04 2002
     From thundt  Wed Nov 13 12:21:24 2002

Note the TWO spaces after the username.

The search strings in vm.emf look like this (wrapped by Yahoo):

force search-forward "^from [!-z]* [MTWFS][ouehra][neduitn]
[JFMAJSOND][aepuico][nbrynlgptvc] +[0-9]+
[0-2][0-9]:[0-5][0-9]:[0-5][0-9]"

Note that after the [!-z]* there is ONE space.  Aha!  Needs a plus sign.

In my version, I actually "centralized" this a bit and made it one
string at line 1356 (right after "define-macro vm"):

set-variable %vm-sep-string "^from [!-z]* +[MTWFS][ouehra][neduitn]
[JFMAJSOND][aepuico][nbrynlgptvc] +[0-9]+
[0-2][0-9]:[0-5][0-9]:[0-5][0-9] [0-9]+"

and then replaced all the "^from..." search strings with
%vm-sep-string. (I think lines 69, 602, 613 -- your lines may vary
slightly due to comments.)

Note that in my version, I also added a "[0-9]+" at the end to match
the year.  Just for fun.

At line 443 there is a different version of this string, it uses \(
and \) to pull out the values.  You have to add the '+' there, too.
(Whoever did this one was too lazy to put in the exact characters for
month names etc. like the above one.  Oh, well.)

!force -1 search-forward "^[Ff]rom [!-z]* +\\([MTWFS]..\\)
\\([JFMAJSOND]..\\) +\\([0-9]+\\)
+\\([0-2][0-9]:[0-5][0-9]:[0-5][0-9]\\) \\([0-9]+\\)"


-Tom Hundt

#690 From: "Thomas Hundt" <thundt@...>
Date: Tue Dec 3, 2002 7:01 pm
Subject: xml -- Don't see as open tag: <?xml version="1.0"?>
thundt
Send Email Send Email
 
This line which appears at the beginning of many XML files causes ME
to indent whatever follows, as if it were an "opening" tag.  (It's a
"processing instruction" line. I've only seen this one but there could
be more.)  Trouble is, it's not an "open" tag, there is never a
closing tag for it, so it should not really indent:
     <?xml version="1.0"?>
       something-else
       the-whole-rest-of-the-file-is-indented

I wanted to disable this behavior, and found the solution by changing
this line in hkxml.emf:

     indent .hilight.xml n "<[^/!]" 2   ; line 78
to
     indent .hilight.xml n "<[^/!?]" 2   ; add '?' to exclusion regexp

And actually I put this in my myxml.emf file, in order to leave the
hkxml.emf in its original state:
     ; Replace entire indentation scheme (in hkxml.emf) with mine
     0 indent .hilight.xml 1 20
     indent .hilight.xml e "\"" "\"" "\\"
     indent .hilight.xml b "<!--" "-->"
     indent .hilight.xml n "<[^/!?]" 2   ; different!
     indent .hilight.xml o "</"    -2
     indent .hilight.xml o "/>"    -2

-Tom Hundt

#691 From: Jon Green <jon@...>
Date: Thu Dec 5, 2002 7:34 pm
Subject: Re: xml -- Don't see as open tag: <?xml version="1.0"?>
bigfatmrmoose
Send Email Send Email
 
Thanks Tom,

	 Picked up your changed and will drop it into the next
	 release. Hopefully will be pushing out some source
	 (not binaries) tonight.
Jon.

Thomas Hundt wrote:
>
> This line which appears at the beginning of many XML files causes ME
> to indent whatever follows, as if it were an "opening" tag.  (It's a
> "processing instruction" line. I've only seen this one but there could
> be more.)  Trouble is, it's not an "open" tag, there is never a
> closing tag for it, so it should not really indent:
>     <?xml version="1.0"?>
>       something-else
>       the-whole-rest-of-the-file-is-indented
>
> I wanted to disable this behavior, and found the solution by changing
> this line in hkxml.emf:
>
>     indent .hilight.xml n "<[^/!]" 2   ; line 78
> to
>     indent .hilight.xml n "<[^/!?]" 2   ; add '?' to exclusion regexp
>
> And actually I put this in my myxml.emf file, in order to leave the
> hkxml.emf in its original state:
>     ; Replace entire indentation scheme (in hkxml.emf) with mine
>     0 indent .hilight.xml 1 20
>     indent .hilight.xml e "\"" "\"" "\\"
>     indent .hilight.xml b "<!--" "-->"
>     indent .hilight.xml n "<[^/!?]" 2   ; different!
>     indent .hilight.xml o "</"    -2
>     indent .hilight.xml o "/>"    -2
>
> -Tom Hundt
>
>
> __________________________________________________________________________
>
> This is an unmoderated list. JASSPA is not responsible for the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#692 From: Jon Green <jon@...>
Date: Thu Dec 5, 2002 8:37 pm
Subject: Re: Digest Number 164
bigfatmrmoose
Send Email Send Email
 
Thanks Dan,

	 Sorry for the delay. This has been re-bundled as a
	 contribution (sub22.txt). I think this is a good
	 candidate to roll into the standard c/c++ macros in
	 the future.

Regards
Jon.

Dan Perry wrote:
>
> I Just wanted to share a macro that I wrote.  I work with a lot of enums in
C/C++ and I hate when my fellow developers don't align all the equal signs("=")
in the enumeration.  So I wrote this little macro to do it for me.  To use it,
adjust the first = to the proper column and run the macro.  It stops if it
attempts to delete characters other then spaces.  Please let me know what you
think and any way to improve it.  Like possibly aligning tables or more then one
character on each line...
>
> Dan
>
> define-macro align-enums
>     set-variable .TheChar @wc
>     set-variable .TheColumn $window-acol
>
> *nextline
>     forward-line
>
>     !if &or &xsequal @wl "^[ \t]*$" &xsequal @wl "^[ \t]*//.*$"
>         !goto nextline
>     !endif
>
>     !if ¬ &xsequal @wl &cat &cat ".*" .TheChar ".*"
>         !goto finish
>     !endif
>
>     beginning-of-line
>     !while ¬ &sin @wc .TheChar
>         forward-char
>     !done
>
>     !if &equal .TheColumn $window-acol
>         !goto nextline
>     !endif
>
>     !if &less $window-acol .TheColumn
>         !while &less $window-acol .TheColumn
>             insert-space
>         !done
>         !goto nextline
>     !endif
>
>     !if &great $window-acol .TheColumn
>         !while &great $window-acol .TheColumn
>             backward-char
>             !if ¬ &seq @wc " "
>                 !bell
>                 !abort
>             !endif
>             1 forward-delete-char
>         !done
>         !goto nextline
>     !endif
>
> *finish
>     ml-write "Finished"
>     !return
>
> !emacro
>
>
> __________________________________________________________________________
>
> This is an unmoderated list. JASSPA is not responsible for the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#693 From: Jon Green <jon@...>
Date: Thu Dec 5, 2002 9:37 pm
Subject: Re: vm mail fix to not finding separator line (From line) problem
bigfatmrmoose
Send Email Send Email
 
Thanks,

	 Change rolled into next release.

Regards
Jon.

Thomas Hundt wrote:
>
> I was experiencing the following problem with the 'vm' read mail
> command in Jasspa:  All the messages in my mailbox appeared (in
> Jasspa) to be one long message.  It was not finding the "From" lines
> that separate mail messages in Unix mail.  Today I finally had enough
> and figured out the problem.
>
> Versions: MicroEmacs 02 (date 02/01/01 which is 1/1/2002) and probably
> several versions prior to that.  (It's never really worked for me.)
>
> Platforms: RedHat Linux 7.2 and OpenBSD 3.1.
>
> Fix:
>
> The problem is the format of the From line, on my systems it looks
> like this:
>     From foo123@...  Wed Nov 13 15:15:04 2002
>     From thundt  Wed Nov 13 12:21:24 2002
>
> Note the TWO spaces after the username.
>
> The search strings in vm.emf look like this (wrapped by Yahoo):
>
> force search-forward "^from [!-z]* [MTWFS][ouehra][neduitn]
> [JFMAJSOND][aepuico][nbrynlgptvc] +[0-9]+
> [0-2][0-9]:[0-5][0-9]:[0-5][0-9]"
>
> Note that after the [!-z]* there is ONE space.  Aha!  Needs a plus sign.
>
> In my version, I actually "centralized" this a bit and made it one
> string at line 1356 (right after "define-macro vm"):
>
> set-variable %vm-sep-string "^from [!-z]* +[MTWFS][ouehra][neduitn]
> [JFMAJSOND][aepuico][nbrynlgptvc] +[0-9]+
> [0-2][0-9]:[0-5][0-9]:[0-5][0-9] [0-9]+"
>
> and then replaced all the "^from..." search strings with
> %vm-sep-string. (I think lines 69, 602, 613 -- your lines may vary
> slightly due to comments.)
>
> Note that in my version, I also added a "[0-9]+" at the end to match
> the year.  Just for fun.
>
> At line 443 there is a different version of this string, it uses \(
> and \) to pull out the values.  You have to add the '+' there, too.
> (Whoever did this one was too lazy to put in the exact characters for
> month names etc. like the above one.  Oh, well.)
>
> !force -1 search-forward "^[Ff]rom [!-z]* +\\([MTWFS]..\\)
> \\([JFMAJSOND]..\\) +\\([0-9]+\\)
> +\\([0-2][0-9]:[0-5][0-9]:[0-5][0-9]\\) \\([0-9]+\\)"
>
> -Tom Hundt
>
> __________________________________________________________________________
>
> This is an unmoderated list. JASSPA is not responsible for the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#694 From: Jon Green <jon@...>
Date: Fri Dec 6, 2002 12:59 am
Subject: December 2002 Release posted.
bigfatmrmoose
Send Email Send Email
 
The December 2002 release of JASSPA's MicroEmacs has now
been posted to http://www.jasspa.com. The source and
a limited number of binaries are available. The information
pages have not been updated yet with the change details.
These will get filled in over the course of the next
few days as I collate all of the information together.

If there are any problems with the HTML pages or
release then please drop me a line directly (off group).

Regards
Jon.

#695 From: Rick Owen <rickowen@...>
Date: Fri Dec 6, 2002 1:32 pm
Subject: Re: December 2002 Release posted.
rickowen
Send Email Send Email
 
Jon,

When will there be binaries for hpux?  I use me every day on an hpux system,
but I have no access to compilers or such -- it's a production machine and my
account doesn't allow development.

Thanks,
Rick.

--- Jon Green <jon@...> wrote:
> The December 2002 release of JASSPA's MicroEmacs has now
> been posted to http://www.jasspa.com. The source and
> a limited number of binaries are available. The information
> pages have not been updated yet with the change details.
> These will get filled in over the course of the next
> few days as I collate all of the information together.
>
> If there are any problems with the HTML pages or
> release then please drop me a line directly (off group).
>
> Regards
> Jon.
>


=====
A word to the wise ain't necessary. It's the stupid ones who need the advice.
-- Bill Cosby

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

#696 From: Jon Green <jon@...>
Date: Fri Dec 6, 2002 5:00 pm
Subject: Re: December 2002 Release posted.
bigfatmrmoose
Send Email Send Email
 
Rick,
	 I do not have access to HPUX at my end (although
	 that may change soon). Steve may be able to build an
	 image which I can upload onto the site.
	 What version of HPUX do you need ?

Regards
Jon.

Rick Owen wrote:
> Jon,
>
> When will there be binaries for hpux?  I use me every day on an hpux system,
> but I have no access to compilers or such -- it's a production machine and my
> account doesn't allow development.
>
> Thanks,
> Rick.
>
> --- Jon Green <jon@...> wrote:
>
>>The December 2002 release of JASSPA's MicroEmacs has now
>>been posted to http://www.jasspa.com. The source and
>>a limited number of binaries are available. The information
>>pages have not been updated yet with the change details.
>>These will get filled in over the course of the next
>>few days as I collate all of the information together.
>>
>>If there are any problems with the HTML pages or
>>release then please drop me a line directly (off group).
>>
>>Regards
>>Jon.
>>
>
>
>
> =====
> A word to the wise ain't necessary. It's the stupid ones who need the advice.
> -- Bill Cosby
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
>
> __________________________________________________________________________
>
> This is an unmoderated list. JASSPA is not responsible for the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

#697 From: Rick Owen <rickowen@...>
Date: Fri Dec 6, 2002 6:12 pm
Subject: Re: December 2002 Release posted.
rickowen
Send Email Send Email
 
Hi Jon,

uname -a returns:

HP-UX gabriel B.11.00 U 9000/800 610339363 unlimited-user license

and I think the "B.11.00 U" is the current version and release level of the OS.

Thanks,
Rick.

--- Jon Green <jon@...> wrote:
> Rick,
>  I do not have access to HPUX at my end (although
>  that may change soon). Steve may be able to build an
>  image which I can upload onto the site.
>  What version of HPUX do you need ?
>
> Regards
> Jon.
>
> Rick Owen wrote:
> > Jon,
> >
> > When will there be binaries for hpux?  I use me every day on an hpux
> system,
> > but I have no access to compilers or such -- it's a production machine and
> my
> > account doesn't allow development.
> >
> > Thanks,
> > Rick.
> >
> > --- Jon Green <jon@...> wrote:
> >
> >>The December 2002 release of JASSPA's MicroEmacs has now
> >>been posted to http://www.jasspa.com. The source and
> >>a limited number of binaries are available. The information
> >>pages have not been updated yet with the change details.
> >>These will get filled in over the course of the next
> >>few days as I collate all of the information together.
> >>
> >>If there are any problems with the HTML pages or
> >>release then please drop me a line directly (off group).
> >>
> >>Regards
> >>Jon.
> >>
> >
> >
> >
> > =====
> > A word to the wise ain't necessary. It's the stupid ones who need the
> advice.
> > -- Bill Cosby
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > http://mailplus.yahoo.com
> >
> >
> > __________________________________________________________________________
> >
> > This is an unmoderated list. JASSPA is not responsible for the content of
> > any material posted to this list.
> >
> > To unsubscribe, send a mail message to
> >
> >     mailto:jasspa-unsubscribe@yahoogroups.com
> >
> > or visit http://groups.yahoo.com/group/jasspa and
> > modify your account settings manually.
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> >
> >
> >
>
>
>


=====
A word to the wise ain't necessary. It's the stupid ones who need the advice.
-- Bill Cosby

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

#698 From: Jon Green <jon@...>
Date: Sun Dec 8, 2002 12:49 pm
Subject: UNIX CDE Icons now available.
bigfatmrmoose
Send Email Send Email
 
MicroEmacs Icons for the UNIX Common Desktop Environment
(CDE - HPUX/Solaris) have been added to the meicons.tar.gz
bundle. Find on the Dec 02 download page.

Jon.

#699 From: Jon Green <jon@...>
Date: Sun Dec 8, 2002 3:54 pm
Subject: Updated source bundle 2002/12/08
bigfatmrmoose
Send Email Send Email
 
A new source bundle has been pushed onto www.jasspa.com
which corrects a number of minor problems:-

* Cygwin not building from ./build
   - Fixed. Replaced old style build rules in "build".

* Cygwin release notes showed incorrect date
   reference.

* MS Dev Studio project not building
   - Fixed, added frame.c into source build.
   - Corrected the pre-processor definitions.

Jon.

#700 From: "Thomas Hundt <thundt@...>" <thundt@...>
Date: Tue Dec 10, 2002 10:51 pm
Subject: [Dec 02] setting $frame-depth and $frame-width problems
thundt
Send Email Send Email
 
Previously I was able to set the size of the overall window by setting
the vars $screen-depth and $screen-width.  (And in fact have a nice
macro bound to F3 that toggles through a few of my favorite shapes.)

Now this doesn't work anymore: setting $frame-width (or $frame-depth)
to anything just keeps making it bigger, by leaps and bounds.  (The
related commands change-frame-width do seem to work as advertised;
unfortunately they change the sizes relatively and not absolutely, so
I can't use them for this.)

Am I missing something?

Thanks

-Tom Hundt

#701 From: "Thomas Hundt <thundt@...>" <thundt@...>
Date: Tue Dec 10, 2002 11:35 pm
Subject: [Dec 02] What is "F-Type Buffer Sel"?
thundt
Send Email Send Email
 
The option "F-Type Buffer Sel" (Y/N) appears on the user-setup
"General" pane.  What does this do?  [It's not in the help for
user-setup(3).]

Thanks

-Th

#702 From: "Dr. Detlef Groth <dgroth@...>" <dgroth@...>
Date: Mon Dec 16, 2002 1:22 pm
Subject: Re: [Dec 02] What is "F-Type Buffer Sel"?
dgroth_99
Send Email Send Email
 
--- In jasspa@yahoogroups.com, "Thomas Hundt <thundt@s...>"
<thundt@s...> wrote:
> The option "F-Type Buffer Sel" (Y/N) appears on the user-setup
> "General" pane.  What does this do?  [It's not in the help for
> user-setup(3).]
>
> Thanks
>
> -Th

It inputs the improved buffer-menu (File->Buffer) in to the menu. The
files are sorted by their extensions.
You can also do a mouse bind Help->User Setup->Mouse and here select
"Find Buffer" for a popup.

regards,
Detlef

---
Dr. Detlef Groth
Max-Planck-Institut
fuer Molekulare Genetik
Ihnestr. 63/73
D-14195 Berlin
Tel.: + 49 30 - 8413 1235
Email: dgroth@...
Email: dgroth@...

#703 From: "Phillips, Steven " <sphillips@...>
Date: Mon Dec 16, 2002 4:46 pm
Subject: RE: [Dec 02] setting $frame-depth and $frame-width problems
sphillips@...
Send Email Send Email
 
This is a bug that I have just fixed, I believe we will be pushing a new fixed
version of 2002-12 out asap. This version should have more pre-compiled versions
available (i.e. hpux11 etc),

Steve

> -----Original Message-----
> From: Thomas Hundt <thundt@...> [mailto:thundt@...]
> Sent: 10 December 2002 23:52
> To: jasspa@yahoogroups.com
> Subject: [jasspa] [Dec 02] setting $frame-depth and $frame-width
> problems
>
>
> Previously I was able to set the size of the overall window by setting
> the vars $screen-depth and $screen-width.  (And in fact have a nice
> macro bound to F3 that toggles through a few of my favorite shapes.)
>
> Now this doesn't work anymore: setting $frame-width (or $frame-depth)
> to anything just keeps making it bigger, by leaps and bounds.  (The
> related commands change-frame-width do seem to work as advertised;
> unfortunately they change the sizes relatively and not absolutely, so
> I can't use them for this.)
>
> Am I missing something?
>
> Thanks
>
> -Tom Hundt
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~-->
> Get 128 Bit SSL Encryption!
> http://us.click.yahoo.com/CBxunD/vN2EAA/xGHJAA/89EolB/TM
> --------------------------------------------------------------
> -------~->
>
> ______________________________________________________________
> ____________
>
> This is an unmoderated list. JASSPA is not responsible for
> the content of
> any material posted to this list.
>
> To unsubscribe, send a mail message to
>
>     mailto:jasspa-unsubscribe@yahoogroups.com
>
> or visit http://groups.yahoo.com/group/jasspa and
> modify your account settings manually.
>
>
>
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/

#704 From: Jon Green <jon@...>
Date: Tue Dec 17, 2002 12:45 am
Subject: Updated release posted - source + binaries
bigfatmrmoose
Send Email Send Email
 
New source and binary images have been posted to
www.jasspa.com. This fixes a number of minor anomolies
in the 5th December release as follows:-

[021216] Removed .cvsignore from source release.
[021216] Fixed NE UNIX build for a window build.
[021216] Fixed PERL abbreviations - Thanks to Detlef.
[021216] Fixed $frame-width/depth macro operation on
          the set - Thanks to Th.
[021216] Confirmed Sun Solaris 2.6 PTY operation OK.

In addition, some new binaries are available as follows
(which I know will be of interest to some of you out
there !):-

	 IBM AIX 4.3
	 Silicon Graphics IRIX 6
	 HP-UX 10.20+
	 HP-UX 11.x (PA-RISC)

The remaining binaries have all been re-built against
the source, including the Windows Install Shield
(which I hate doing because it is a Wizard build rather
than make and takes some time to fix up).

The current version of the editor may be determined
using "M-x about" (or "esc-x about"), the latest
version should show date "02/12/16" i.e.

> MicroEmacs 02 - Date 02/12/16 - sunos
>
> Global Status:
>   # buffers : 3
>
>  Modes on  : auto ......
>  ............

Hopefully there are no more problems so it will
be happy hacking !

Have a jolly good Christmas and New Year.

Regards
Jon.

#705 From: Rick Owen <rickowen@...>
Date: Tue Dec 17, 2002 12:52 am
Subject: Re: Updated release posted - source + binaries
rickowen
Send Email Send Email
 
> In addition, some new binaries are available as follows
> (which I know will be of interest to some of you out
> there !):-
>
>  IBM AIX 4.3
>  Silicon Graphics IRIX 6
>  HP-UX 10.20+
>  HP-UX 11.x (PA-RISC)
>

Yes!!!!

Thanks,
Rick.

=====
A word to the wise ain't necessary. It's the stupid ones who need the advice.
-- Bill Cosby

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

#706 From: "Dr. Detlef Groth <dgroth@...>" <dgroth@...>
Date: Thu Dec 19, 2002 12:25 pm
Subject: item-list and man page
dgroth_99
Send Email Send Email
 
Hello,

Thank you for the great new toolbar. This and the frames I use all the
time. This toolbar really is better than my old meide. I am using
espescially (Favourites, item-list and the foldable abbrev-list).

In order to add an item-list to manpages (which are sometimes very
long)    I tries the following three lines:

set-variable .fhook-man.item-list-s1 "^\\([A-Z] [A-Z  ]+\\)"
set-variable .fhook-man.item-list-r1 "Sec \ecB\\1\ecA"
hilight .hilight.list-item 64 "^H[A-Z]" ""   .scheme.function

  the first two lines dis what I want however the items are difficult
to read because of those ^H-s which I could not remove with the third
line.

Any ideas ?

regards,
Detlef

#707 From: Jon Green <jon@...>
Date: Thu Dec 19, 2002 1:33 pm
Subject: Re: item-list and man page
bigfatmrmoose
Send Email Send Email
 
Dr. Detlef Groth wrote:
> Hello,
>
> Thank you for the great new toolbar. This and the frames I use all the
> time. This toolbar really is better than my old meide. I am using
> espescially (Favourites, item-list and the foldable abbrev-list).
>
> In order to add an item-list to manpages (which are sometimes very
> long)    I tries the following three lines:
>
> set-variable .fhook-man.item-list-s1 "^\\([A-Z] [A-Z  ]+\\)"
> set-variable .fhook-man.item-list-r1 "Sec \ecB\\1\ecA"
> hilight .hilight.list-item 64 "^H[A-Z]" ""   .scheme.function
>
>  the first two lines dis what I want however the items are difficult
> to read because of those ^H-s which I could not remove with the third
> line.
>
> Any ideas ?
>
> regards,
> Detlef

Detlef,

	 An interesting problem. Attached is my solution to the
	 problem - requires some modification to hkman.emf and
	 listitem.emf.

Regards
Jon.
********************************************************
Changes to hkman.emf. Add the item list search strings.
********************************************************

cd c:/Program Files/JASSPA/MicroEmacs/jon/
diff --context --minimal --ignore-space-change --recursive "../macros/hkman.emf"
"hkman.emf"

*** ../macros/hkman.emf Sat Dec 29 02:41:58 2001
--- hkman.emf Thu Dec 19 13:25:52 2002
***************
*** 23,28 ****
--- 23,31 ----
   set-variable .fhook-man.command-kbind "|C-left|C-right|return|||"
   set-variable .fhook-man.command-desc  "|||&Goto Link||&Clean Man-page|"

+ set-variable .fhook-man.item-list-s1 "^\\([A-Z\CH][A-Z\CH  ]+\\)"
+ set-variable .fhook-man.item-list-r1 "Sec \ecB\\1\ecA"
+
   !if &and &sin "h" .fhook-man.setup &band .hilight.flags 0x02
       !if ¬ &exist .hilight.man "ERROR"
           set-variable .hilight.man &pinc .hilight.next 1
***************
*** 188,190 ****
--- 191,194 ----

   ; load in user extensions if found
   !force execute-file "myman"
+
[EXIT]

*********************************************************
Changes to itemlist.emf. I used a branch token to move to
a new scheme to perform the hilighting. Within the scheme
then we reduce the bolding characters.
*********************************************************

cd c:/Program Files/JASSPA/MicroEmacs/jon/
diff --context --minimal --ignore-space-change --recursive
"../macros/itemlist.emf" "itemlist.emf"

*** ../macros/itemlist.emf Thu Dec 05 22:07:28 2002
--- itemlist.emf Thu Dec 19 13:22:50 2002
***************
*** 46,57 ****
   !if &band .hilight.flags 0x01
       !if ¬ &exist .hilight.list-item
           set-variable .hilight.list-item &pinc .hilight.next 1
       !endif
       0 hilight .hilight.list-item 0 $global-scheme
       hilight .hilight.list-item 0x02 "Type Item"  .scheme.header
       hilight .hilight.list-item 0x40 "^[ 0-9][ 0-9][ 0-9][ 0-9][ 0-9][ 0-9] "
"" $global-scheme
!     hilight .hilight.list-item 0x44 "\ecB" "" "\ecA" "" "" .scheme.function
!     hilight .hilight.list-item 0x44 "\ecC" "" "\ecA" "" "" .scheme.type
   !endif

   0 define-macro item-list-order
--- 46,73 ----
   !if &band .hilight.flags 0x01
       !if ¬ &exist .hilight.list-item
           set-variable .hilight.list-item   &pinc .hilight.next 1
+         set-variable .hilight.list-item-f &pinc .hilight.next 1
+         set-variable .hilight.list-item-t &pinc .hilight.next 1
       !endif
       0 hilight .hilight.list-item 0 $global-scheme
       hilight .hilight.list-item 0x02 "Type Item"  .scheme.header
       hilight .hilight.list-item 0x40 "^[ 0-9][ 0-9][ 0-9][ 0-9][ 0-9][ 0-9] "
"" $global-scheme
!     ; hilight .hilight.list-item 0x44 "\ecB" "" "\ecA" "" "" .scheme.function
!     ; hilight .hilight.list-item 0x44 "\ecC" "" "\ecA" "" "" .scheme.type
!     ; Branch to the function hilighting.
!     hilight .hilight.list-item 0x0c0 "\ecB" "" .hilight.list-item-f
.scheme.function
!     ; branch to the type hilighting.
!     hilight .hilight.list-item 0x0c0 "\ecC" "" .hilight.list-item-t
.scheme.type
!
!     ; Function hilighting.
!     0 hilight .hilight.list-item-f 0 .scheme.function
!     hilight .hilight.list-item-f 64 "\\(.\\)\CH\\1\\}[^\CH]" "\\1"  
.scheme.function
!     hilight .hilight.list-item-f 0x0c0 "\ecA" "" .hilight.list-item
$global-scheme
!
!     ; Type hilighting
!     0 hilight .hilight.list-item-t 0 .scheme.type
!     hilight .hilight.list-item-t 64 "\\(.\\)\CH\\1\\}[^\CH]" "\\1"  
.scheme.type
!     hilight .hilight.list-item-t 0x0c0 "\ecA" "" .hilight.list-item
$global-scheme
   !endif

   0 define-macro item-list-order
[EXIT]

#708 From: "Dr. Detlef Groth <dgroth@...>" <dgroth@...>
Date: Thu Dec 19, 2002 2:17 pm
Subject: Re: item-list and man page
dgroth_99
Send Email Send Email
 
Hello,
Great! It works almost perfectly. The only problem, thatI am not able
to add the minus sign. Neither:
set-variable .fhook-man.item-list-s1 "^\\([A-Z\CH][\\-A-Z\CH ]+\\)"
nor with more or less backslashes before the minus I got sucess --

regards,
Detlef

#709 From: Jon Green <jon@...>
Date: Thu Dec 19, 2002 2:45 pm
Subject: Re: Re: item-list and man page
bigfatmrmoose
Send Email Send Email
 
Dr. Detlef Groth wrote:
> Hello,
> Great! It works almost perfectly. The only problem, thatI am not able
> to add the minus sign. Neither:
> set-variable .fhook-man.item-list-s1 "^\\([A-Z\CH][\\-A-Z\CH ]+\\)"
> nor with more or less backslashes before the minus I got sucess --
>
> regards,
> Detlef

You should be able to write the following:-

set-variable .fhook-man.item-list-s1 "^\\([-A-Z][-A-Z\CH ]+\\)"

The '-' as the first character of [..] is not interpreted.
Note that I have also dropped the first "\CH", this
was my mistake - one would not expect the line to
commence with a backspace.

Regards
Jon.

#710 From: Jon Green <jon@...>
Date: Fri Dec 20, 2002 7:38 pm
Subject: Latex Abbreviation File
bigfatmrmoose
Send Email Send Email
 
Attached is a richer Latex abbreviation file. This
includes additional abbreviations accessible from
the new toolbar. Posted as an example and may be useful.

Most of the abbreviations in the file are short
cuts that I use. If anybody has some suggestions for
a better common set then would be interested in
some feedback.

Regards
Jon.
"" "</FOLD><FOLD+> \ecCFont Sizes\ecA"
  "\\tiny{\p}\P" "  tiny"
  "\\scriptsize{\p}\P" "  scriptsize"
  "\\footnotesize{\p}\P" "  footnotesize"
  "\\small{\p}\P" "  small"
  "\\normalsize{\p}\P" "  normalsize"
  "\\large{\p}\P" "  large"
  "\\Large{\p}\P" "  Large"
  "\\LARGE{\p}\P" "  LARGE"
  "\\huge{\p}\P" "  huge"
  "\\Huge{\p}\P" "  Huge"
  "" "</FOLD><FOLD+> \ecCFont Attributes\ecA"
  "\\textrm{\p}\P" "  Roman"
  "\\textsf{\p}\P" "  Sans serif"
  "\\texttt{\p}\P" "  Typewritter"
  "\\textup{\p}\P" "  Upright"
  "\\textit{\p}\P" "  Italic"
  "\\textsl{\p}\P" "  Slanted"
  "\\textsc{\p}\P" "  Small Caps"
  "\\textmd{\p}\P" "  Medium"
  "\\textbf{\p}\P" "  Bold face"
  "" "</FOLD><FOLD+> \ecCSpecial Symbols\ecA"
  "\\dag" "  Dagger"
  "\\copyright"   "  Copyright"
  "\\P"           "  Paragraph sign"
  "\\pounds"      "  Pound sign"
  "\\$"           "  $ Dollar sign"
  "\\%"           "  % - Percentage"
  "\\_"           "  _ - Underscore"
  "\\&"           "  & - amplersand"
  "\\#"           "  # - hash"
  "\\}"           "  } - curly brace"
  "$\\backslash$" "  \\ - backslash"
  "" "</FOLD><FOLD+> \ecCGreek Lower\ecA"
  "\\alpha"      "  alpha"
  "\\beta"       "  beta"
  "\\gamma"      "  gamma"
  "\\delta"      "  delta"
  "\\epsilon"    "  epsilon"
  "\\varespilon" "  varespilon"
  "\\zeta"       "  zeta"
  "\\eta"        "  eta"
  "\\theta"      "  theta"
  "\\vartheta"   "  vartheta"
  "\\iota"       "  iota"
  "\\kappa"      "  kappa"
  "\\lambda"     "  lambda"
  "\\mu"         "  mu"
  "\\nu"         "  nu"
  "\\xi"         "  xi"
  "o"            "  o"
  "\\pi"         "  pi"
  "\\varrho"     "  varrho"
  "\\sigma"      "  sigma"
  "\\varsigma"   "  varsigma"
  "\\tau"        "  tau"
  "\\upsilon"    "  upsilon"
  "\\phi"        "  phi"
  "\\varphi"     "  varphi"
  "\\chi"        "  chi"
  "\\psi"        "  psi"
  "\\omega"      "  omega"
  "" "</FOLD><FOLD+> \ecCGreek Upper\ecA"
  "\\Gamma"   "  Gamma"
  "\\Delta"   "  Delta"
  "\\Theta"   "  Theta"
  "\\Lambda"  "  Lambda"
  "\\Xi"      "  Xi"
  "\\Pi"      "  Pi"
  "\\Sigma"   "  Sigma"
  "\\Upsilon" "  Upsilon"
  "\\Phi"     "  Phi"
  "\\Psi"     "  Psi"
  "\\Omega"   "  Omega"
  "" "</FOLD><FOLD+> \ecCBinary Operations\ecA"
  "\\pm"      "  +/-"
  "\\mp"      "  -/+"
  "\\times"   "  X - times symbol"
  "\\div"     "  Divide symbol"
  "\\cdot"    "  . - dot"
  "\\ast"     "  * - astrix"
  "\\star"    "  * - star (5 point)"
  "\\dagger"  "  Dagger"
  "\\ddagger" "  Double dagger"
  "\\amalg"   "  U - Amalgamation"
  "\\cap"     "  n - Cap"
  "\\cup"     "  u - Cup"
  "\\uplus    "  u+ - Cup plus"
  "\\sqcap"   "  Square cap"
  "\\sqcup"   "  Square cup"
  "\\vee"     "  v - vee"
  "\\wedge"   "  ^ - Wedge"
  "\\oplus"   "  o-plus (xor)"
  "\\ominus"  "  o-minus"
  "\\otimes"  "  o-times"
  "\\oslash"  "  o-slash"
  "\\odot"    "  o-dot"
  "\\circ"    "  circ"
  "\\bullet"  "  bullet"
  "\\diamond" "  diamond"
  "\\lhd"     "  left-hand triangle"
  "\\rhd"     "  right-hand triangle"
  "\\unlhd"   "  underlined left-hand triangle"
  "\\unrhd"   "  underlined right-hand triangle"
  "\\bigcirc" "  big circle"
  "\\Box"     "  box"
  "\\Diamond" "  diamond"
  "\\bigtriangleup" "  big triangle up"
  "\\bigtriangledown" "  big triangle down"
  "\\triangleleft"    "  triangle left"
  "\\triangleright"   "  triangle right"
  "\\setminus"        "  setminus"
  "\\wr"              "  wr"
  "" "</FOLD><FOLD+> \ecCRelational Symbols\ecA"
  "\\le"       "  <= - less-than-or-equal"
  "\\ll"       "  << - less less"
  "\\ge"       "  >= - greater-than-or-equal"
  "\\gg"       "  >> - greater greater"
  "\\neq"      "  != - not equal"
  "\\doteq"    "  dot equal"
  "\\approx"   "  approx equal"
  "\\cong"     "  cong"
  "\\equiv"    "  equivelent"
  "\\propto"   "  propto"
  "\\sim"      "  ~ - similar"
  "\\simeq"    "  ~= - similar equal"
  "\\asymp"    "  asymp"
  "\\subset"   "  subset"
  "\\subseteq"  "  subset equal"
  "\\sqsubset"  "  square sub set"
  "\\sqsubseteq" "  square sub set equal"
  "\\in"         "  in"
  "\\vdash"      "  |- - vdash"
  "\\dashv"      "  -| - dashv
  "\\perp"       "  _|_ - perp"
  "\\parallel"   "  || - parallel"
  "\\mid"        "  | - mid"
   "\\models"     "  models"
  "\\supset"     "  super set"
  "\\supseteq"   "  super set equal"
  "\\sqsupset"   "  square super set"
  "\\sqsupseteq" "  square super set equal"
  "\\ni"         "  ni"
  "\\smile"    "  smile"
  "\\frown"    "  frown"
  "\\bowtie"   "  bowtie"
  "\\succ"     "  succ"
  "\\succeq"   "  succeq"
  "\\prec"     "  prec"
  "\\preceq"   "  preceq"
  "" "</FOLD><FOLD+> \ecCNegated Relational Symbols\ecA"
  "\\not<"        "  not less"
  "\\not\\le"     "  not less or equal"
  "\\not>"        "  not greater"
  "\\not\\ge"     "  not greater or equal"
  "\\not="        "  not equal"
  "\\not\\equiv"  "  not equivelent"
  "\\not\\prec"   "  not prec"
  "\\not\\preceq" "  not prec equal"
  "\\not\\succ"   "  not succ"
  "\\not\\succeq" "  not succ equal"
  "\\not\\subset" "  not subset"
  "\\not\\subseteq" "  not subset equal"
  "\\not\\supset"   "  not super set"
  "\\not\\supseteq" "  not super set equal"
  "\\not\\sqsubseteq" "  not square sub set equal"
  "\\not\\sqsupseteq" "  not square super set equal"
  "\\not\\in"         "  not in"
  "\\notin"           "  notin"
  "\\not\\sim"        "  not sim"
  "\\not\\simeq"      "  not sim equal"
  "\\not\\approx"     "  not approx"
  "\\not\\cong"       "  not cong"
  "\\not\\asymp"      "  not asymp"
  "" "</FOLD><FOLD+> \ecCBrackets\ecA"
  "("                 "  ( - open round"
  ")"                 "  ) - close round"
  "["                 "  [ - open square"
  "]"                 "  ] - close square"
  "\\{"               "  { - open curly"
  "\\}"               "  } - close curly"
  "\\langle"          "  < - left angle"
  "\\rangle"          "  > - right angle"
  "|"                 "  | - straight"
  "\\|"               "  || - parrallel"
  "/"                 "  / - forward slash"
  "\\backslash"       "  \\ - backslash"
  "\\lfloor"          "  |_ - left floor"
  "\\lciel"           "  |~ - left ciel"
  "\\rfloor"          "  _| - right floor"
  "\\rciel"           "  ~| - right ciel"
  "\\uparrow"         "  up arrow"
  "\\downarrow"       "  down arrow"
  "\\updownarrow"     "  up/down arrow"
  "\\Uparrow"         "  double up arrow"
  "\\Downarrow"       "  double down arrow"
  "\\Updownarrow"     "  double up down arrow"
  "" "</FOLD><FOLD+> \ecCArrows\ecA"
  "\\leftarrow"          "  <-  - left arrow"
  "\\longleftarrow"      "  <-- - long left arrow"
  "\\Leftarrow"          "  <=  - double left arrow"
  "\\Longleftarrow"      "  <== - long double left arrow"
  "\\rightarrow"         "  ->  - right arrow"
  "\\longrightarrow"     "  --> - long right arrow"
  "\\Rightarrow"         "  =>  - double right arrow"
  "\\Longrightarrow"     "  ==> - long double right arrow"
  "\\leftrightarrow"     "  <-> - left right arrow"
  "\\longleftrightarrow" " <--> - long left right arrow"
  "\\Leftrightarrow"     "  <=> - left right arrow"
  "\\Longleftrightarrow" "  <==> - long left right arrow"
  "\\mapsto"             "  |->  - maps to"
  "\\longmapsto"         "  |--> - long maps to"
  "\\hookleftarrow"      "  <-' - hook left arrow"
  "\\hookrightarrow"     " `->  - hook right arrow"
  "\\leftharpoonup"      "  /__  - left harpoon up"
  "\\rightharpoonup"     "  __\\  - right harpoon up"
  "\\leftharpoondown"    "  \\~~ - left harpoon down"
  "\\rightharpoondown"   "  ~~/ - right harpoon down"
  "\\rightleftharpoons"  "  right left harpoons"
  "\\leadsto"            "  leads to"
  "\\uparrow"            "  ^  - up arrow"
  "\\Uparrow"            "  double up arrow"
  "\\downarrow"          "  v - down arrow"
  "\\Downarrow"          "  double down arrow"
  "\\updownarrow"        "  up down arrow"
  "\\updownarrow"        "  double upp down arrow"
  "\\nearrow"            "  north east arrow"
  "\\searrow"            "  south east arrow"
  "\\swarrow"            "  south west arrow"
  "\\nwarrow"            "  north west arrow"
  "" "</FOLD><FOLD+> \ecCMiscellaneous Symbols\ecA"
  "\\aleph"       "  aleph"
  "\\hbar"        "  hbar"
  "\\imath"       "  imath"
  "\\jmath"       "  jmath"
  "\\ell"         "  ell"
  "\\wp"          "  wp"
  "\\Re"          "  Re"
  "\\Im"          "  Im"
  "\\mho"         "  mho"
  "\\prime"       "  ' - prime"
  "\\emptyset"    "  empty set"
  "\\nabla"       "  nabla"
  "\\surd"        "  surd"
  "\\partial"     "  partial"
  "\\top"         "  top"
  "\\bot"         "  bot"
  "\\vdash"       "  |- - vdash"
  "\\dashv"       "  -| - dashv
  "\\forall"      "  forall"
  "\\exists"      "  exists"
  "\\neg"         "  neg"
  "\\flat"        "  flat (music)"
  "\\natural"     "  natural (music)"
  "\\sharp"       "  sharp (music)"
  "\\|"           "  || - double upright"
  "\\angle"       "  angle"
  "\\backslash"   "  \\ backslash"
  "\\Box"         "  box"
  "\\Diamond"     "  diamond"
  "\\triangle"    "  triangle"
  "\\clubsuit"    "  club (cards)"
  "\\diamondsuit" "  diamond (cards)"
  "\\heartsuit"   "  heart (cards)"
  "\\spadesuit"   "  spade (cards)"
  "\\join"        "  join"
  "\\infty"       "  infinity"
  "" "</FOLD><FOLD+> \ecCFunction Names\ecA"
  "\\arccos"      "  arccos"
  "\\arcsin"      "  arcsin"
  "\\arctan"      "  arctan"
  "\\arg"         "  arg"
  "\\cos"         "  cos"
  "\\cosh"        "  cosh"
  "\\cot"         "  cot"
  "\\coth"        "  coth"
  "\\csc"         "  csc"
  "\\deg"         "  deg"
  "\\det"         "  det"
  "\\dim"         "  dim"
  "\\exp"         "  exp"
  "\\gcd"         "  gcd"
  "\\hom"         "  hom"
  "\\inf"         "  inf"
  "\\ker"         "  ker"
  "\\lg"          "  lg"
  "\\lim"         "  lim"
  "\\liminf"      "  liminf"
  "\\limsup"      "  limsup"
  "\\ln"          "  ln"
  "\\log"         "  log"
  "\\max"         "  max"
  "\\min"         "  min"
  "\\Pr"          "  Pr"
  "\\sec"         "  sec"
  "\\sin"         "  sin"
  "\\sinh"        "  sinh"
  "\\sup"         "  sup"
  "\\tan"         "  tan"
  "\\tanh"        "  tanh"
  "" "</FOLD>"
  "\\textbf{\p}\P" "textbf"
  "\\textit{\p}\P" "textit"
  "\\texttt{\p}\P" "texttt"
  "{\\emph \p}\P"  "Emphasis"
  "{\\large \p}\P" "Large font"
  "{\\small \p}\P" "Small font"
  "\\part{\p}\P"   "Part"
  "\\section{\p}\P" "section"
  "\\subsection{\p}\P" "subsection"
  "\\subsubsection{\p}\P" "subsubsection"
  "\\paragraph{\p}\P" "paragraph"
  "\\begin{description}\r\T\\item[\p]\r\\item[]\r\I\\end{description}\r\P"
"description"
  "\\begin{enumerate}\r\T\p\r\I\\end{enumerate}\r\P" "enumerate"
  "\\begin{center}\r\T\p\r\I\\end{center}\r\P" "center"
  "\\begin{itemize}\r\T\\item \p\r\\item\r\I\\end{itemize}\r\P" "itemize"
  "\\item" "item"
  "\\begin{\p}\P" "begin"
  "\\end{\p}\P" "end"
  "\\begin{verbatim}\r\T\p\r\I\\end{verbatim}\P" "verbatim"
  "\\ref{\p}\P" "ref"
 
"\\begin{table}[b]\r\T\\begin{tabular}{\p}\r\\end{tabular}\r\\caption{caption}\r\
\\label{tab:label}\r\I\\end{table}\P" "table"
  "Table~\\ref{tab:\p}\P" "Table ref"
 
"\\begin{figure}[ht]\r\T\\begin{center}\r\T\\includegraphics[keepaspectratio]{\p\
}\r\\caption{caption}\r\\label{fig:label}\r\I\\end{center}\r\I\\end{figure}\P"
"figure"
  "Figure~\\ref{fig:\p}\P" "Figure ref"
  "$\\backslash$" "\\ backslash"
  "\\numeric{\p}\P" "numeric"
  "\\multicolumn{\p}{|l|}{}\P" "multicolumn"
  "" "</FOLD>"
bf "\\textbf{\p}\P"
it "\\textit{\p}\P"
tt "\\texttt{\p}\P"
bi "\\textbi{\p}\P"
sf "\\textsf{\p}\P"
em "{\\emph \p}\P"
lar "{\\large \p}\P"
sma "{\\small \p}\P"
part "\\part{\p}\P"
sec "\\section{\p}\P"
sub "\\subsection{\p}\P"
subsub "\\subsubsection{\p}\P"
para "\\paragraph{\p}\P"
desc "\\begin{description}\r\T\\item[\p]\r\\item[]\r\I\\end{description}\r\P"
item "\\begin{itemize}\r\T\\item \p\r\\item\r\I\\end{itemize}\r\P"
enum "\\begin{enumerate}\r\T\p\r\I\\end{enumerate}\r\P"
cent "\\begin{center}\r\T\p\r\I\\end{center}\r\P"
\i  "\\item"
beg  "\\begin{\p}\P"
end  "\\end{\p}\P"
verb "\\begin{verbatim}\r\T\p\r\I\\end{verbatim}\P"
ref  "\\ref{\p}\P"
tab 
"\\begin{table}[b]\r\T\\begin{tabular}{\p}\r\\end{tabular}\r\\caption{caption}\r\
\\label{tab:label}\r\I\\end{table}\P"
Tab  "Table~\\ref{tab:\p}\P"
fig 
"\\begin{figure}[ht]\r\T\\begin{center}\r\T\\includegraphics[keepaspectratio]{\p\
}\r\\caption{caption}\r\\label{fig:label}\r\I\\end{center}\r\I\\end{figure}\P"
Fig  "Figure~\\ref{fig:\p}\P"
\\   "$\\backslash$"
num  "\\numeric{\p}\P"
multi "\\multicolumn{\p}{|l|}{}\P"

Messages 681 - 710 of 2695   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