Discussion:
Binding mouse buttons ( > 3 )
Helmut Jarausch
2009-12-21 08:53:47 UTC
Permalink
Hi,

I have a Logitech RX1000 mouse which has additional mouse buttons
e.g. when pushing the wheel to the left or to the right.
I'd like to bind these to scrolling left or right, resp.

How can this be achieved?

Many thanks for a hint,
Helmut.
--
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2009-12-21 09:40:07 UTC
Permalink
On Mon, Dec 21, 2009 at 09:53, Helmut Jarausch
Post by Helmut Jarausch
Hi,
I have a Logitech RX1000 mouse which has additional mouse buttons
e.g. when pushing the wheel to the left or to the right.
I'd like to bind these to scrolling left or right, resp.
How can this be achieved?
AFAIK, you can't. But its not NEdit faults. The problem is Motif,
there you can only bind 5 buttons. I would be gladly if someone can
correct me here.

Bert
Post by Helmut Jarausch
Many thanks for a hint,
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Joerg Fischer
2009-12-21 09:34:46 UTC
Permalink
Post by Helmut Jarausch
I have a Logitech RX1000 mouse which has additional mouse buttons
whatever, only the X events triggered by the mouse actions are
relevant. So, use xev to see these events, and then you can bind them
to NEdit's action routines, cf.
http://nedit.hackvalue.nl/niki/index.php/MouseSettings

Cheers,
Jörg
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Howard E. Bond
2010-01-08 19:00:34 UTC
Permalink
Hi all,

I am running NEdit on a Solaris unix machine. NEdit has suddently starting
issuing the following error message:


unix> nedit junk.txt
Could not read value of resource nedit.showMatching
NEdit: No default pattern set in highlight pattern:
CSS:Default
<==
NEdit: language mode name required in language mode specification:
C:.c .h::::::".,/\`'!|@#%^&*()-=+{}[]"":;<>?~":<==


I haven't noticed any actual effect on the performance of NEdit, but it's
disconcerting to have such a message start appearing, even though I have no idea
what it means. Any suggestions?

thx,
Howard
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Edward A. Berry
2010-01-08 19:33:21 UTC
Permalink
I've seen part of this after upgrading the version of nedit. It seems to come from reading
the ~/.nedit preferences file.
Try first saving a copy of .nedit; then from nedit's dropdown menu:
Preferences: save defaults: OK

That should save whatever of your old preferences are compatible with the new version in a
format readable by the new version, overwriting your old file. Then quit and restart
edit, see if the error went away. If not, or if it gets worse, quit nedit and copy the
original .nedit file back.
Post by Howard E. Bond
Hi all,
I am running NEdit on a Solaris unix machine. NEdit has suddently starting
unix> nedit junk.txt
Could not read value of resource nedit.showMatching
CSS:Default
<==
I haven't noticed any actual effect on the performance of NEdit, but it's
disconcerting to have such a message start appearing, even though I have no idea
what it means. Any suggestions?
thx,
Howard
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Howard E. Bond
2010-01-09 00:02:18 UTC
Permalink
Post by Edward A. Berry
I've seen part of this after upgrading the version of nedit. It seems to come from reading
the ~/.nedit preferences file.
Preferences: save defaults: OK
That should save whatever of your old preferences are compatible with the new version in a
format readable by the new version, overwriting your old file. Then quit and restart
edit, see if the error went away. If not, or if it gets worse, quit nedit and copy the
original .nedit file back.
Thanks, that cleared the problem!!

Howard
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Howard E. Bond
2010-01-29 20:57:33 UTC
Permalink
Hi all,
Post by Howard E. Bond
I am running NEdit on a Solaris unix machine. NEdit has suddently starting
unix> nedit junk.txt
Could not read value of resource nedit.showMatching
CSS:Default
<==
I haven't noticed any actual effect on the performance of NEdit, but it's
disconcerting to have such a message start appearing, even though I have no idea
what it means. Any suggestions?
thx,
Howard
I got some helpful responses from this discussion list, but today I noticed that
a number of useful NEdit features are not working correctly any longer. For
example,

- Balanced parentheses ( ) and brackets { } are no longer highlighted in red
when the cursor is placed on one of them.

- Continuation symbols in col 6 of fortran code are no longer indicated in a red
font.

Are there any ideas what is going on??

thx,
Howard
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Continue reading on narkive:
Loading...