Search the web
Sign In
New User? Sign Up
jasspa · JASSPA's MicroEmacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
a couple of simple(? and probably silly) questions   Message List  
Reply | Forward Message #735 of 2530 |
RE: [jasspa] a couple of simple(? and probably silly) questions

Curioser and curioser. I was able to get rid of the underlining by turning
'use-fonts' off in the user setup, which seemed to do nothing visible
except change $system from 30866 to 30850, which seemed to do nothing at
all when I had done it 'by hand' before. I incidentally have a *MAJOR*
unhappiness with user-setup; almost anything you do, even if it should not
touch user.emf, seems to wipe out your user.emf file with all your
carefully crafted macros and bindings. I am sure I am using it wrong, but
the documentation, while seemingly complete, is not much help in avoiding
this problem. I learned years ago just to keep it backed up and restore
it, but I wonder what the point of setting it up this way is.

Anyway, one down.

The keypad thing is a puzzle. I cannot, I think, use translate-key,
because me thinks the keypad 7 is just a numeric 7, and if I translate
7 to `home' it will translate both the keypad 7 and the top line 7 to
home and I will have no `7' key *at all*. Or am I missing something??
I do not understand how me subverts the X keyboard translation so
thoroughly and neatly.

I am using stock Redhat 8 on a Pentium IV machine with an ASUS P4B533-M
motherboard, Intel 845 chipset; sorry I did not say before.

Any ideas?

thanks much, and thanks more for a really neat piece of code.

--jim gunn

On Mon, 4 Aug 2003, Phillips, Steven wrote:

>
>
> > -----Original Message-----
> > From: jegunn [mailto:jeg@...]
> > Sent: 04 August 2003 00:29
> > To: jasspa@yahoogroups.com
> > Subject: [jasspa] a couple of simple(? and probably silly) questions
> >
> >
> >
> > I have been using me99 for several years under windoze, and
> > have recently
> > migrated to Linux. I just installed the Dec 2002 version, and have a
> > couple of funny things which I do not understand and cannot
> > find help for
> > in the documentation. Could you give me a hand?
> >
> > 1. The keypad is in numeric mode, even though the numlock
> > light is off and
> > it works properly in all other X applications. Turning ON the numlock
> > makes it work properly in me, but only me. It is impossibly
> > annoying to
> > have to remember to put in into the `wrong' state for it to
> > work. What can
> > I do to make it work properly?
>
> The short term solution is for you to use translate-key for correct the
problem, please see the docs on this command, there have also been some e-mail
traffic through this group on how to usin this command. The long term solution
is for us to reproduce and fix the issue.
>
> > 2. Underlining seems to be permanently on. I am using a
> > 12-point Lucida
> > bold font, but the behavior is the same with the default or suggested
> > font. The $system variable is 30866, but turning off the 0x10
> > bit (30850)
> > does not change the behavior. What do I need to do?
>
> This problem could be caused by one of two things:
>
> 1) The found you are using is underlined, to find the name of the font being
used use the main menus Help -> User Setup -> Platform -> Font Name (if this is
blank then its using the ME default
"-*-fixed-medium-r-normal--15-*-*-*-c-90-iso8859-1"). Try changing this to a
known good font).
>
> 2) The color scheme could use the underline style liberally, see Help ->
Scheme Editor -> Schemes, change the 'U' column. If the underline is being used
too much try a different scheme (such as Basic Black on Cream), set this in Help
-> User Setup -> Platform -> Color Scheme.
>
> Steve
>
> >
> > Thanks much in advance,
> >
> > jim gunn
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> > ---------------------~-->
> > Free shipping on all inkjet cartridge & refill kit orders to
> > US & Canada. Low prices up to 80% off. We have your brand:
> > HP, Epson, Lexmark & more.
> > http://www.c1tracking.com/l.asp?cid=5510
> > http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/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/
> >
> >
> >
>
>
> __________________________________________________________________________
>
> 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/
>
>
>




Wed Aug 6, 2003 12:53 am

jeg@...
Send Email Send Email

Forward
Message #735 of 2530 |
Expand Messages Author Sort by Date

I have been using me99 for several years under windoze, and have recently migrated to Linux. I just installed the Dec 2002 version, and have a couple of funny...
jegunn
jeg@...
Send Email
Aug 3, 2003
11:24 pm

... The short term solution is for you to use translate-key for correct the problem, please see the docs on this command, there have also been some e-mail...
Phillips, Steven
sphillips@...
Send Email
Aug 4, 2003
7:11 am

Curioser and curioser. I was able to get rid of the underlining by turning 'use-fonts' off in the user setup, which seemed to do nothing visible except change...
jegunn
jeg@...
Send Email
Aug 6, 2003
12:48 am

... It sounds like your configuration is incorrect. Within your .zshenv/.cshrc/.profile add something like the following:- # # Set up Microemacs # ...
Jon Green
bigfatmrmoose
Offline Send Email
Aug 6, 2003
9:57 pm

Thanks much, Jon, and sorry. I did *not* read the release notes and, in fact, started with my .erf file from me99, just like the notes said not to do. mea...
jegunn
jeg@...
Send Email
Aug 7, 2003
1:00 am

... Jim, I've uploaded a new build (with Linux executable) you will find it at http://www.jasspa.com/experimental.html This should fix the problems with the...
Jon Green
bigfatmrmoose
Offline Send Email
Aug 9, 2003
5:57 pm
Advanced

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