all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnome scrollbar?
@ 2005-01-26 18:26 Gary Lawrence Murphy
  2005-01-26 19:12 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Gary Lawrence Murphy @ 2005-01-26 18:26 UTC (permalink / raw)



Can I change the scroll bars to obey Gnome-style mouse commands with
MandrakeLinux and emacs-21.3?  Maybe with recompiling Emacs?  

I don't know who invented the athena-style mouse/scroll controls, but
I didn't like them then, and still don't like them now ;)

-- 
Gary Lawrence Murphy <garym@teledyn.com> ==============================
www.teledyn.com - blog.teledyn.com - irish.teledyn.com - sbp.teledyn.com
====================== The present moment is a powerful goddess (Goethe)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-26 18:26 Gnome scrollbar? Gary Lawrence Murphy
@ 2005-01-26 19:12 ` Peter Dyballa
  2005-01-26 22:09   ` Gary Lawrence Murphy
       [not found] ` <mailman.15500.1106767663.27204.help-gnu-emacs@gnu.org>
  2005-01-27 16:02 ` Gnome scrollbar? Stefan Monnier
  2 siblings, 1 reply; 13+ messages in thread
From: Peter Dyballa @ 2005-01-26 19:12 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 26.01.2005 um 19:26 schrieb Gary Lawrence Murphy:

> Can I change the scroll bars to obey Gnome-style mouse commands with
> MandrakeLinux and emacs-21.3?  Maybe with recompiling Emacs?

Invoke configure to give you a little help: "./configure --help". The 
option "--with-x-toolkit=gtk" will be the right one to re-configure GNU 
Emacs and give it (partly) a native GTK+ look -- with menus you can 
tear away!

--
Greetings

   Pete

In a world without walls and fences, who needs gates and windows?

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
       [not found] ` <mailman.15500.1106767663.27204.help-gnu-emacs@gnu.org>
@ 2005-01-26 20:04   ` Henrik Enberg
  2005-01-27 23:11     ` Gary Lawrence Murphy
  0 siblings, 1 reply; 13+ messages in thread
From: Henrik Enberg @ 2005-01-26 20:04 UTC (permalink / raw)


Peter Dyballa <Peter_Dyballa@Web.DE> writes:

[...]

> Invoke configure to give you a little help: "./configure --help". The
> option "--with-x-toolkit=gtk" will be the right one to re-configure GNU
> Emacs and give it (partly) a native GTK+ look -- with menus you can tear
> away!

Note that this requires Emacs from CVS.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-26 19:12 ` Peter Dyballa
@ 2005-01-26 22:09   ` Gary Lawrence Murphy
  2005-01-26 22:37     ` Peter Dyballa
  0 siblings, 1 reply; 13+ messages in thread
From: Gary Lawrence Murphy @ 2005-01-26 22:09 UTC (permalink / raw)
  Cc: help-gnu-emacs


Hmmmm ...  using the latest sources from FSF (gnu.org):

 [garym@maya emacs-21.3]$ ./configure --prefix=/usr --with-x-toolkit=gtk

  creating cache ./config.cache
  configure: error: `--with-x-toolkit=gtk' is invalid\;
  this option's value should be `yes', `no', `lucid', `athena', or `motif'.
  Currently, `yes', `athena' and `lucid' are synonyms.

Is there some particular or additional source for the gtk toolkit extension?

-- 
Gary Lawrence Murphy <garym@teledyn.com> ==============================
www.teledyn.com - blog.teledyn.com - irish.teledyn.com - sbp.teledyn.com
====================== The present moment is a powerful goddess (Goethe)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-26 22:09   ` Gary Lawrence Murphy
@ 2005-01-26 22:37     ` Peter Dyballa
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Dyballa @ 2005-01-26 22:37 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 26.01.2005 um 23:09 schrieb Gary Lawrence Murphy:

> Is there some particular or additional source for the gtk toolkit 
> extension?

Someone mentioned the source needs to come from CVS! In the archives of 
January you'll find a bit about this. (And if not in January than in 
December.)

--
Greetings

   Pete

"I love deadlines. I love the whooshing noise they make as they go by" 
(Douglas Adams)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-26 18:26 Gnome scrollbar? Gary Lawrence Murphy
  2005-01-26 19:12 ` Peter Dyballa
       [not found] ` <mailman.15500.1106767663.27204.help-gnu-emacs@gnu.org>
@ 2005-01-27 16:02 ` Stefan Monnier
  2 siblings, 0 replies; 13+ messages in thread
From: Stefan Monnier @ 2005-01-27 16:02 UTC (permalink / raw)


> Can I change the scroll bars to obey Gnome-style mouse commands with
> MandrakeLinux and emacs-21.3?  Maybe with recompiling Emacs?  

Actually, it's under the control of Xaw3d which can behave either way
depending on the SCROLLBAR_ARROW (or somesuch) option when you
compile Xaw3d.


        Stefan "who likes Xaw's scrollbar features"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-26 20:04   ` Henrik Enberg
@ 2005-01-27 23:11     ` Gary Lawrence Murphy
  2005-01-27 23:44       ` David Kastrup
  0 siblings, 1 reply; 13+ messages in thread
From: Gary Lawrence Murphy @ 2005-01-27 23:11 UTC (permalink / raw)



Indeed it does require CVS, and once compiled, it's very nice.  

My thanks to whoever was involved in the GTK toolkit option, it's
wonderful.  Now if only there was some clever hack way to embed an
emacsclient as a replacement for all the textarea form widgets in
Mozilla, my life would be complete.

-- 
Gary Lawrence Murphy <garym@teledyn.com> ==============================
www.teledyn.com - blog.teledyn.com - irish.teledyn.com - sbp.teledyn.com
====================== The present moment is a powerful goddess (Goethe)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-27 23:11     ` Gary Lawrence Murphy
@ 2005-01-27 23:44       ` David Kastrup
  2005-01-31 23:21         ` Gary Lawrence Murphy
  2005-01-31 23:26         ` Gary Lawrence Murphy
  0 siblings, 2 replies; 13+ messages in thread
From: David Kastrup @ 2005-01-27 23:44 UTC (permalink / raw)


Gary Lawrence Murphy <garym@canada.com> writes:

> Indeed it does require CVS, and once compiled, it's very nice.  
>
> My thanks to whoever was involved in the GTK toolkit option, it's
> wonderful.  Now if only there was some clever hack way to embed an
> emacsclient as a replacement for all the textarea form widgets in
> Mozilla, my life would be complete.

The MozEx extension is supposed to do that.  But is appears only
available for Mozilla 0.9.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-27 23:44       ` David Kastrup
@ 2005-01-31 23:21         ` Gary Lawrence Murphy
  2005-01-31 23:26         ` Gary Lawrence Murphy
  1 sibling, 0 replies; 13+ messages in thread
From: Gary Lawrence Murphy @ 2005-01-31 23:21 UTC (permalink / raw)


>>>>> "D" == David Kastrup <dak@gnu.org> writes:

    >> ...  Now if only there was some clever hack way to
    >> embed an emacsclient as a replacement for all the textarea form
    >> widgets in Mozilla, my life would be complete.

    D> The MozEx extension is supposed to do that.  But is appears
    D> only available for Mozilla 0.9.

No freakin' way!  Really??? And I /missed/ it???

all may not be lost ... there's an article on Newsforge that suggests
MozEx may still be compatible, at least with FF 1.0PR ...

http://www.newsforge.com/article.pl?sid=04/10/12/1644203

    One caveat: mozex has not yet been updated to fully support
    Firefox version 1.0PR or above. This means that you have to
    hand-edit your Firefox preferences file before you run it.

the article explains how to use this to intercept mail links, but
the same method may also work for other text areas.

And maybe that means it will work with Mozilla 1.7 too; FF is way too
much of a resource hog for my old machines to carry.

thanks for the tip!

-- 
Gary Lawrence Murphy <garym@teledyn.com> ==============================
www.teledyn.com - blog.teledyn.com - irish.teledyn.com - sbp.teledyn.com
====================== The present moment is a powerful goddess (Goethe)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-27 23:44       ` David Kastrup
  2005-01-31 23:21         ` Gary Lawrence Murphy
@ 2005-01-31 23:26         ` Gary Lawrence Murphy
  2005-02-01 10:02           ` Pierre-Charles David
  2005-03-07 20:20           ` Mozex and Emacs Gary Lawrence Murphy
  1 sibling, 2 replies; 13+ messages in thread
From: Gary Lawrence Murphy @ 2005-01-31 23:26 UTC (permalink / raw)


oh ... indeed it does work with Mozilla, installs without incident
from http://mozex.mozdev.org/installation.html ... so now it's just
a matter of indoctrinating it into Emacs.

-- 
Gary Lawrence Murphy <garym@teledyn.com> ==============================
www.teledyn.com - blog.teledyn.com - irish.teledyn.com - sbp.teledyn.com
====================== The present moment is a powerful goddess (Goethe)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-01-31 23:26         ` Gary Lawrence Murphy
@ 2005-02-01 10:02           ` Pierre-Charles David
  2005-02-01 16:01             ` Gary Lawrence Murphy
  2005-03-07 20:20           ` Mozex and Emacs Gary Lawrence Murphy
  1 sibling, 1 reply; 13+ messages in thread
From: Pierre-Charles David @ 2005-02-01 10:02 UTC (permalink / raw)
  Cc: help-gnu-emacs

On Mon, 31 Jan 2005 18:26:27 -0500, Gary Lawrence Murphy
<garym@canada.com> wrote:
> oh ... indeed it does work with Mozilla, installs without incident
> from http://mozex.mozdev.org/installation.html ... so now it's just
> a matter of indoctrinating it into Emacs.

See also http://www.emacswiki.org/cgi-bin/wiki/FireFox for more
complete step-by-step instructions.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gnome scrollbar?
  2005-02-01 10:02           ` Pierre-Charles David
@ 2005-02-01 16:01             ` Gary Lawrence Murphy
  0 siblings, 0 replies; 13+ messages in thread
From: Gary Lawrence Murphy @ 2005-02-01 16:01 UTC (permalink / raw)
  Cc: help-gnu-emacs


Thanks for the links -- turns out it is very simple to do the
text-area thing, although the actual process is a bit clunky.  I do
agree with the author, this functionality belongs in the core of the
Mozilla code, and towards that aim I have established a
feature-request on the bugzilla at

https://bugzilla.mozilla.org/show_bug.cgi?id=280608

if anyone else would like to see the text-areas of Mozilla with
comforting status-bars at the base of each pane :) please visit that
link and vote for this enhancement.

I've also posted a bit about my experience and some ideas for the
eventual (inevitable?) Moz/Emacs integration on my blog at
http://blog.teledyn.com/node/2232

-- 
Gary Lawrence Murphy <garym@teledyn.com> ==============================
www.teledyn.com - blog.teledyn.com - irish.teledyn.com - sbp.teledyn.com
====================== The present moment is a powerful goddess (Goethe)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Mozex and Emacs
  2005-01-31 23:26         ` Gary Lawrence Murphy
  2005-02-01 10:02           ` Pierre-Charles David
@ 2005-03-07 20:20           ` Gary Lawrence Murphy
  1 sibling, 0 replies; 13+ messages in thread
From: Gary Lawrence Murphy @ 2005-03-07 20:20 UTC (permalink / raw)



Mostly because I had to write these down to transfer them to my
laptop anyway, but hey, why not share? :)

The config options I find useful for using the Mozex extension with
Emacs are as follows:

Mailer: /home/garym/bin/email %A %S
Text Areas: /usr/bin/emacsclient %t

Emacsclient you know, but the email script is as follows:

    #!/bin/sh
    # wrapper for mozex: use email <addresses> <subject>
    exec emacsclient -e "(compose-mail \"$1\" \"$2\")" > /dev/null

in addition, I have placed the following function on a function-key 
so I can quickly promote a mozex buffer for use with PSGML mode, 
although I haven't figure out how to get it to start at a DIV
level instead of insisting on <HTML> as the overall tag (do I need
to work from a subset of the XHTML DTD?)

(defun xhtml-ced ()
  "begin editing XHTML document"
  (interactive)
  (html-mode)
  (sgml-load-dtd (expand-file-name "~/dev/xhtml.ced")))

(global-set-key [(control f4)] 'xhtml-ced)

I also tried to automate this with

(setq auto-mode-alist
     (append  '(("^mozex\\.textarea\\..*\\.txt" . html-mode))
     	       auto-mode-alist))

but it didn't work :(

-- 
Gary Lawrence Murphy <garym@teledyn.com> ==============================
www.teledyn.com - blog.teledyn.com - irish.teledyn.com - sbp.teledyn.com
====================== The present moment is a powerful goddess (Goethe)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-03-07 20:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-26 18:26 Gnome scrollbar? Gary Lawrence Murphy
2005-01-26 19:12 ` Peter Dyballa
2005-01-26 22:09   ` Gary Lawrence Murphy
2005-01-26 22:37     ` Peter Dyballa
     [not found] ` <mailman.15500.1106767663.27204.help-gnu-emacs@gnu.org>
2005-01-26 20:04   ` Henrik Enberg
2005-01-27 23:11     ` Gary Lawrence Murphy
2005-01-27 23:44       ` David Kastrup
2005-01-31 23:21         ` Gary Lawrence Murphy
2005-01-31 23:26         ` Gary Lawrence Murphy
2005-02-01 10:02           ` Pierre-Charles David
2005-02-01 16:01             ` Gary Lawrence Murphy
2005-03-07 20:20           ` Mozex and Emacs Gary Lawrence Murphy
2005-01-27 16:02 ` Gnome scrollbar? Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.