Gnus development mailing list
 help / color / mirror / Atom feed
* emacs-21 and gnus
@ 2001-07-11 19:34 reader
  2001-07-11 20:09 ` Colin Walters
  2001-07-11 20:50 ` luis fernandes
  0 siblings, 2 replies; 27+ messages in thread
From: reader @ 2001-07-11 19:34 UTC (permalink / raw)



Noticing the windows copy cat stuff on recent emacs-21, I'd like to
turn of some off the more blatant ones.  One inparticular seems to
effect gnus usage in a bad way but only on a Solaris 8 (intel)
install. 

Probably because of no XFree86 stuff.

I'm sort of bending the stick here by using the gnus related thing
to get some advice on emacs-21 customizations.

Using M-x customize-apropos with several search strings like 
`button' or `menu.*bar'.  Hasn't turned up the needed adjustments.

Who know what they might be called?

1) Remove the little tool icons across the top and the chunk of
   real estate that contains them. It uses needed space.
2) stop the little redundant dialog boxes that pop up over all the
   menu items, obscuring sections of the screen. 

Number 1 has a very bad effect when in gnus group buffer.  For some
reason those icons are broken and look like h___.  Where as, the other
gnus buffers and emacs buffers look sort of ok but still worse than a
linux install where XFree86 is installed..

Above only applys to the Solaris install.
The icons look ok on linux but I still want them off, preferring to
use that space for viewing files.


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

* Re: emacs-21 and gnus
  2001-07-11 19:34 emacs-21 and gnus reader
@ 2001-07-11 20:09 ` Colin Walters
  2001-07-11 22:20   ` Harry Putnam
  2001-07-12  3:07   ` Karl Eichwalder
  2001-07-11 20:50 ` luis fernandes
  1 sibling, 2 replies; 27+ messages in thread
From: Colin Walters @ 2001-07-11 20:09 UTC (permalink / raw)


reader@newsguy.com writes:

> 1) Remove the little tool icons across the top and the chunk of
>    real estate that contains them. It uses needed space.

(tool-bar-mode -1)

> 2) stop the little redundant dialog boxes that pop up over all the
>    menu items, obscuring sections of the screen. 

(tooltip-mode -1)



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

* emacs-21 and gnus
  2001-07-11 19:34 emacs-21 and gnus reader
  2001-07-11 20:09 ` Colin Walters
@ 2001-07-11 20:50 ` luis fernandes
  2001-07-11 22:20   ` Harry Putnam
  1 sibling, 1 reply; 27+ messages in thread
From: luis fernandes @ 2001-07-11 20:50 UTC (permalink / raw)



Under Solaris (I had the same problem), you have to make sure you
have a certain xpm library version (or better) or emacs21 will be
configured to use pbm (mono icons).

The 21.0.103 pbm icons suffered somewhat during the conversion from
the xpms (or whatever); I recently sent Gerd touched-up versions of
the tool-bar icons which should appear in the next release.


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

* Re: emacs-21 and gnus
  2001-07-11 20:09 ` Colin Walters
@ 2001-07-11 22:20   ` Harry Putnam
  2001-07-11 22:49     ` Kai Großjohann
  2001-07-12  3:07   ` Karl Eichwalder
  1 sibling, 1 reply; 27+ messages in thread
From: Harry Putnam @ 2001-07-11 22:20 UTC (permalink / raw)


Colin Walters <walters@cis.ohio-state.edu> writes:

> reader@newsguy.com writes:
> 
> > 1) Remove the little tool icons across the top and the chunk of
> >    real estate that contains them. It uses needed space.
> 
> (tool-bar-mode -1)
> 
> > 2) stop the little redundant dialog boxes that pop up over all the
> >    menu items, obscuring sections of the screen. 
> 
> (tooltip-mode -1)

Cool .. I gained two full spaces of realestate.

Now about those 2 black sripes that run veritically just inside the
border.  One on either side,  and a few pixels wide..... hmmm


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

* Re: emacs-21 and gnus
  2001-07-11 20:50 ` luis fernandes
@ 2001-07-11 22:20   ` Harry Putnam
  0 siblings, 0 replies; 27+ messages in thread
From: Harry Putnam @ 2001-07-11 22:20 UTC (permalink / raw)


luis fernandes <elf@ee.ryerson.ca> writes:

> Under Solaris (I had the same problem), you have to make sure you
> have a certain xpm library version (or better) or emacs21 will be
> configured to use pbm (mono icons).
> 
> The 21.0.103 pbm icons suffered somewhat during the conversion from
> the xpms (or whatever); I recently sent Gerd touched-up versions of
> the tool-bar icons which should appear in the next release.

Oh...good tip .. thanks


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

* Re: emacs-21 and gnus
  2001-07-11 22:20   ` Harry Putnam
@ 2001-07-11 22:49     ` Kai Großjohann
  2001-07-11 23:16       ` Colin Marquardt
  2001-07-12  3:20       ` Harry Putnam
  0 siblings, 2 replies; 27+ messages in thread
From: Kai Großjohann @ 2001-07-11 22:49 UTC (permalink / raw)
  Cc: ding

On 11 Jul 2001, Harry Putnam wrote:

> Now about those 2 black sripes that run veritically just inside the
> border.  One on either side,  and a few pixels wide..... hmmm

M-x set-variable RET truncate-lines RET t RET

Then open a file with long lines.  Then set the variable to nil.  See?

(M-x gdb RET also uses the left hand strip for its `this is the
current line' arrow.)

kai
-- 
~/.signature: No such file or directory


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

* Re: emacs-21 and gnus
  2001-07-11 22:49     ` Kai Großjohann
@ 2001-07-11 23:16       ` Colin Marquardt
  2001-07-12 11:17         ` Kai Großjohann
  2001-07-12 19:02         ` Colin Walters
  2001-07-12  3:20       ` Harry Putnam
  1 sibling, 2 replies; 27+ messages in thread
From: Colin Marquardt @ 2001-07-11 23:16 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> On 11 Jul 2001, Harry Putnam wrote:
> 
>> Now about those 2 black sripes that run veritically just inside the
>> border.  One on either side,  and a few pixels wide..... hmmm

> (M-x gdb RET also uses the left hand strip for its `this is the
> current line' arrow.)

WIBNI Gnus used this for showing the current article in the summary
buffer? Might be a more generic way than the recent discussions about
highline.el etc.

Cheers,
  Colin


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

* Re: emacs-21 and gnus
  2001-07-11 20:09 ` Colin Walters
  2001-07-11 22:20   ` Harry Putnam
@ 2001-07-12  3:07   ` Karl Eichwalder
  2001-07-12 10:28     ` Gerd Moellmann
  2001-07-13  9:19     ` Richard Stallman
  1 sibling, 2 replies; 27+ messages in thread
From: Karl Eichwalder @ 2001-07-12  3:07 UTC (permalink / raw)
  Cc: ding, emacs-pretest-bug

Colin Walters <walters@cis.ohio-state.edu> writes:

> (tool-bar-mode -1)

Starting w3.el depends on the toolbar (I encountered this problem the
last week).  Still wondering where I'm considered to send w3 bur
reports.

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)


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

* Re: emacs-21 and gnus
  2001-07-11 22:49     ` Kai Großjohann
  2001-07-11 23:16       ` Colin Marquardt
@ 2001-07-12  3:20       ` Harry Putnam
  2001-07-12 11:19         ` Kai Großjohann
  1 sibling, 1 reply; 27+ messages in thread
From: Harry Putnam @ 2001-07-12  3:20 UTC (permalink / raw)
  Cc: ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> On 11 Jul 2001, Harry Putnam wrote:
> 
> > Now about those 2 black sripes that run veritically just inside the
> > border.  One on either side,  and a few pixels wide..... hmmm
> 
> M-x set-variable RET truncate-lines RET t RET
> 
> Then open a file with long lines.  Then set the variable to nil.  See?
> 
> (M-x gdb RET also uses the left hand strip for its `this is the
> current line' arrow.)

Ok, yes.  I see what they do.  I guess I'm having a little trouble
seeing how those little arrows are better than the standard \.  Which
is known the world over as a wrapped line symbol and it took almost no
space.   Is there some clear advantage to redundant arrows?


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

* Re: emacs-21 and gnus
  2001-07-12  3:07   ` Karl Eichwalder
@ 2001-07-12 10:28     ` Gerd Moellmann
  2001-07-12 20:34       ` Karl Eichwalder
  2001-07-13  9:19     ` Richard Stallman
  1 sibling, 1 reply; 27+ messages in thread
From: Gerd Moellmann @ 2001-07-12 10:28 UTC (permalink / raw)
  Cc: Colin Walters, ding, emacs-pretest-bug

Karl Eichwalder <keichwa@gmx.net> writes:

> Still wondering where I'm considered to send w3 bur reports.

I'd guess "William M. Perry" <wmperry@aventail.com>, the author
and maintainer of W3?


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

* Re: emacs-21 and gnus
  2001-07-11 23:16       ` Colin Marquardt
@ 2001-07-12 11:17         ` Kai Großjohann
  2001-07-12 19:02         ` Colin Walters
  1 sibling, 0 replies; 27+ messages in thread
From: Kai Großjohann @ 2001-07-12 11:17 UTC (permalink / raw)
  Cc: ding

On Wed, 11 Jul 2001, Colin Marquardt wrote:

> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
> 
>> (M-x gdb RET also uses the left hand strip for its `this is the
>> current line' arrow.)
> 
> WIBNI Gnus used this for showing the current article in the summary
> buffer?

That's a good idea.

kai
-- 
~/.signature: No such file or directory


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

* Re: emacs-21 and gnus
  2001-07-12  3:20       ` Harry Putnam
@ 2001-07-12 11:19         ` Kai Großjohann
  2001-07-12 18:25           ` Harry Putnam
  0 siblings, 1 reply; 27+ messages in thread
From: Kai Großjohann @ 2001-07-12 11:19 UTC (permalink / raw)
  Cc: ding

On 11 Jul 2001, Harry Putnam wrote:

> Ok, yes.  I see what they do.  I guess I'm having a little trouble
> seeing how those little arrows are better than the standard \.
> Which is known the world over as a wrapped line symbol and it took
> almost no space.  Is there some clear advantage to redundant arrows?

Well, the arrows look nicer.  Also, note that Emacs couldn't use the
last column for text anyway, since the last column was occupied either
by "\" or by "$" (or by " " for short lines).  So it's not that you
are losing screen real estate (for the right hand strip).

I don't mind the superfluous left hand strip.  After all, it comes in
handy for gdb...

kai
-- 
~/.signature: No such file or directory


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

* Re: emacs-21 and gnus
  2001-07-12 11:19         ` Kai Großjohann
@ 2001-07-12 18:25           ` Harry Putnam
  0 siblings, 0 replies; 27+ messages in thread
From: Harry Putnam @ 2001-07-12 18:25 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> I don't mind the superfluous left hand strip.  After all, it comes in
> handy for gdb...

Yeah, I guess it isn't such a big deal.  One thing is clear though:
Emacs developers should be sent on a nice sea cruise to the Carribean
or something for the nifty work on syntax colors in console/character mode.
Anyone taking up a collection?  : )

Syntax highlighting via telnet, ssh or other remote usage... Ultra
cool.  Now my favorite editor is really much more usefull.  I can set
in a recent Java class and ssh home to use my own emacs running on a
solaris (intel) (The home port of java.. sort of) for editing while
the others are struggling with wordpad or something.  And, I'm seeing
the code in nifty colors that help me keep the mistakes down.

For any other solaris (intel) users:  I've found I can ssh in from
just about any TERM setting supporting ansi colors.  Then set the
Remote shell to TERM=sun-color and the syntax highlighting comes thru
like a champ.


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

* Re: emacs-21 and gnus
  2001-07-11 23:16       ` Colin Marquardt
  2001-07-12 11:17         ` Kai Großjohann
@ 2001-07-12 19:02         ` Colin Walters
  2001-07-12 20:41           ` Colin Walters
  1 sibling, 1 reply; 27+ messages in thread
From: Colin Walters @ 2001-07-12 19:02 UTC (permalink / raw)


Colin Marquardt <colin.marquardt@usa.alcatel.com> writes:

> WIBNI Gnus used this for showing the current article in the summary
> buffer? Might be a more generic way than the recent discussions
> about highline.el etc.

How about the following?  I couldn't find a way to do this in XEmacs;
maybe an XEmacs guru will have a way to make it work there too.

2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>

	* gnus-sum.el (gnus-summary-set-article-display-arrow): New function.
	(gnus-summary-goto-subject): Use it.

--- gnus-sum.el.~6.72.~	Thu Jul 12 13:04:12 2001
+++ gnus-sum.el	Thu Jul 12 14:59:47 2001
@@ -2703,6 +2703,17 @@
 	  (aset table i [??]))))
     (setq buffer-display-table table)))
 
+(defun gnus-summary-set-article-display-arrow (pos)
+  "Update the overlay arrow to point to line at position POS.
+Currently, this only works in Emacs 21."
+  (when (and (boundp 'overlay-arrow-position)
+	     (boundp 'overlay-arrow-string))
+    (setq overlay-arrow-string "=>"
+	  overlay-arrow-position (save-excursion
+				   (goto-char pos)
+				   (beginning-of-line)
+				   (point-marker)))))
+
 (defun gnus-summary-buffer-name (group)
   "Return the summary buffer name of GROUP."
   (concat "*Summary " group "*"))
@@ -6123,7 +6134,9 @@
 	  (unless silent
 	    (gnus-message 3 "Can't find article %d" article))
 	  nil)
-      (goto-char (gnus-data-pos data))
+      (let ((pt (gnus-data-pos data)))
+	(goto-char pt)
+	(gnus-summary-set-article-display-arrow pt))
       (gnus-summary-position-point)
       article)))
 


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

* Re: emacs-21 and gnus
  2001-07-12 10:28     ` Gerd Moellmann
@ 2001-07-12 20:34       ` Karl Eichwalder
  0 siblings, 0 replies; 27+ messages in thread
From: Karl Eichwalder @ 2001-07-12 20:34 UTC (permalink / raw)
  Cc: Colin Walters, ding, emacs-pretest-bug

gerd.moellmann@t-online.de (Gerd Moellmann) writes:

> I'd guess "William M. Perry" <wmperry@aventail.com>, the author
> and maintainer of W3?

Thanks.  But the last changes were done by Dave.  Another proposal by
emial was to use w3-dev@gnu.org -- I'll see...

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)


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

* Re: emacs-21 and gnus
  2001-07-12 19:02         ` Colin Walters
@ 2001-07-12 20:41           ` Colin Walters
  2001-07-13  0:12             ` Colin Marquardt
  2001-07-13  8:51             ` Kai Großjohann
  0 siblings, 2 replies; 27+ messages in thread
From: Colin Walters @ 2001-07-12 20:41 UTC (permalink / raw)


Colin Walters <walters@cis.ohio-state.edu> writes:

> How about the following?  I couldn't find a way to do this in
> XEmacs; maybe an XEmacs guru will have a way to make it work there
> too.

Well, I didn't realize that Emacs 20 and XEmacs both appear to have
`overlay-arrow-string' and `overlay-arrow-position', too.

But at least in Emacs 20, the arrow will obscure the first two
characters of the current summary line.  Maybe this isn't a problem?
Or maybe the thing to do would be to make it a user variable, and
default it to true.  The people who dislike it could then set it to
nil.  Thoughts?


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

* Re: emacs-21 and gnus
  2001-07-12 20:41           ` Colin Walters
@ 2001-07-13  0:12             ` Colin Marquardt
  2001-07-13  4:51               ` Colin Walters
  2001-07-13  8:51             ` Kai Großjohann
  1 sibling, 1 reply; 27+ messages in thread
From: Colin Marquardt @ 2001-07-13  0:12 UTC (permalink / raw)


Colin Walters <walters@cis.ohio-state.edu> writes:

> Colin Walters <walters@cis.ohio-state.edu> writes:
> 
>> How about the following?  I couldn't find a way to do this in
>> XEmacs; maybe an XEmacs guru will have a way to make it work there
>> too.
> 
> Well, I didn't realize that Emacs 20 and XEmacs both appear to have
> `overlay-arrow-string' and `overlay-arrow-position', too.
> 
> But at least in Emacs 20, the arrow will obscure the first two
> characters of the current summary line.  Maybe this isn't a problem?

Some users still might want that, true. If not, it adds some incentive
to switch to Emacs 21 ;-) 

What do they get on the console?

> Or maybe the thing to do would be to make it a user variable, and
> default it to true.  The people who dislike it could then set it to
> nil.  Thoughts?

Sounds reasonable to me. Or maybe set it to nil per default, and after
people start using and liking it, make t the default.

Unfortunately, I cannot really try your first patch since I still
didn't switch the either XEmacs 21.4 or Emacs 21 (which is more
likely to happen).

Cheers,
  Colin


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

* Re: emacs-21 and gnus
  2001-07-13  0:12             ` Colin Marquardt
@ 2001-07-13  4:51               ` Colin Walters
  2001-07-13 18:46                 ` Colin Marquardt
  0 siblings, 1 reply; 27+ messages in thread
From: Colin Walters @ 2001-07-13  4:51 UTC (permalink / raw)


Colin Marquardt <colin.marquardt@usa.alcatel.com> writes:

> Some users still might want that, true. If not, it adds some
> incentive to switch to Emacs 21 ;-)

It does look nice in Emacs 21.  Screen shot at:

<URL:http://www.cis.ohio-state.edu/~walters/shot.jpg>

> What do they get on the console?

An arrow overlay, just like in Emacs20 and XEmacs.

> Sounds reasonable to me. Or maybe set it to nil per default, and
> after people start using and liking it, make t the default.

Another option is to make it turned on by default only if:

(and (string-match "GNU" (emacs-version))
     (>= emacs-major-version 21)
     (display-graphic-p))

> Unfortunately, I cannot really try your first patch since I still
> didn't switch the either XEmacs 21.4 or Emacs 21 (which is more
> likely to happen).

Well, it does work in Emacs 20, too.  It *should* work in XEmacs, but
I haven't tried it, because my init files and everything are too
tightly bound to GNU Emacs.

Here's an updated patch (supersedes the old one):

2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>

	* gnus-sum.el (gnus-summary-display-arrow): New variable.
	(gnus-summary-set-article-display-arrow): New function.
	(gnus-summary-goto-subject): Use it.

--- gnus-sum.el.~6.72.~	Thu Jul 12 13:04:12 2001
+++ gnus-sum.el	Fri Jul 13 00:44:36 2001
@@ -797,6 +797,15 @@
   :group 'gnus-summary
   :type 'hook)
 
+(defcustom gnus-summary-display-arrow
+  (and (string-match "GNU" (emacs-version))
+       (>= emacs-major-version 21)
+       (display-graphic-p))
+  "*If non-nil, display an arrow highlighting the current article."
+  :version "21.1"
+  :group 'gnus-summary
+  :type 'boolean)
+
 (defcustom gnus-summary-selected-face 'gnus-summary-selected-face
   "Face used for highlighting the current article in the summary buffer."
   :group 'gnus-summary-visual
@@ -2703,6 +2712,21 @@
 	  (aset table i [??]))))
     (setq buffer-display-table table)))
 
+(defun gnus-summary-set-article-display-arrow (pos)
+  "Update the overlay arrow to point to line at position POS."
+  (when (and gnus-summary-display-arrow
+	     (boundp 'overlay-arrow-position)
+	     (boundp 'overlay-arrow-string))
+    (save-excursion
+      (goto-char pos)
+      (beginning-of-line)
+      (unless overlay-arrow-position
+	(setq overlay-arrow-position (make-marker)))
+      (setq overlay-arrow-string "=>"
+	    overlay-arrow-position (set-marker overlay-arrow-position
+					       (point)
+					       (current-buffer))))))
+
 (defun gnus-summary-buffer-name (group)
   "Return the summary buffer name of GROUP."
   (concat "*Summary " group "*"))
@@ -6123,7 +6147,9 @@
 	  (unless silent
 	    (gnus-message 3 "Can't find article %d" article))
 	  nil)
-      (goto-char (gnus-data-pos data))
+      (let ((pt (gnus-data-pos data)))
+	(goto-char pt)
+	(gnus-summary-set-article-display-arrow pt))
       (gnus-summary-position-point)
       article)))
 


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

* Re: emacs-21 and gnus
  2001-07-12 20:41           ` Colin Walters
  2001-07-13  0:12             ` Colin Marquardt
@ 2001-07-13  8:51             ` Kai Großjohann
  2001-07-13 15:12               ` Colin Walters
  1 sibling, 1 reply; 27+ messages in thread
From: Kai Großjohann @ 2001-07-13  8:51 UTC (permalink / raw)


On Thu, 12 Jul 2001, Colin Walters wrote:

> Colin Walters <walters@cis.ohio-state.edu> writes:
> 
>> How about the following?  I couldn't find a way to do this in
>> XEmacs; maybe an XEmacs guru will have a way to make it work there
>> too.
> 
> Well, I didn't realize that Emacs 20 and XEmacs both appear to have
> `overlay-arrow-string' and `overlay-arrow-position', too.

You could look if there is a `fringe' face.

kai
-- 
~/.signature: No such file or directory


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

* Re: emacs-21 and gnus
  2001-07-12  3:07   ` Karl Eichwalder
  2001-07-12 10:28     ` Gerd Moellmann
@ 2001-07-13  9:19     ` Richard Stallman
  2001-07-19  5:55       ` Karl Eichwalder
  1 sibling, 1 reply; 27+ messages in thread
From: Richard Stallman @ 2001-07-13  9:19 UTC (permalink / raw)
  Cc: walters, ding, emacs-pretest-bug

    Starting w3.el depends on the toolbar (I encountered this problem the
    last week).  Still wondering where I'm considered to send w3 bur
    reports.

This certainly ought to be fixed.


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

* Re: emacs-21 and gnus
  2001-07-13  8:51             ` Kai Großjohann
@ 2001-07-13 15:12               ` Colin Walters
  0 siblings, 0 replies; 27+ messages in thread
From: Colin Walters @ 2001-07-13 15:12 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> You could look if there is a `fringe' face.

That would work, too.  Well, I'll leave the details up to whoever's in
charge...


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

* Re: emacs-21 and gnus
  2001-07-13  4:51               ` Colin Walters
@ 2001-07-13 18:46                 ` Colin Marquardt
  2001-07-18 12:58                   ` Fabien Penso
  0 siblings, 1 reply; 27+ messages in thread
From: Colin Marquardt @ 2001-07-13 18:46 UTC (permalink / raw)


Colin Walters <walters@cis.ohio-state.edu> writes:

> Colin Marquardt <colin.marquardt@usa.alcatel.com> writes:
> 
>> Some users still might want that, true. If not, it adds some
>> incentive to switch to Emacs 21 ;-)
> 
> It does look nice in Emacs 21.  Screen shot at:
> 
> <URL:http://www.cis.ohio-state.edu/~walters/shot.jpg>

Indeed.

>> What do they get on the console?
> 
> An arrow overlay, just like in Emacs20 and XEmacs.

I applied your patch, and it works. The arrow overlay is easy to miss
though, so it doesn't add much. Maybe if it was a distinct color...

Cheers,
  Colin


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

* Re: emacs-21 and gnus
  2001-07-13 18:46                 ` Colin Marquardt
@ 2001-07-18 12:58                   ` Fabien Penso
  2001-07-20 17:13                     ` Mattias Ahnberg
  0 siblings, 1 reply; 27+ messages in thread
From: Fabien Penso @ 2001-07-18 12:58 UTC (permalink / raw)
  Cc: ding


 >>> Some users still might want that, true. If not, it adds some
 >>> incentive to switch to Emacs 21 ;-)
 >> 
 >> It does look nice in Emacs 21.  Screen shot at:
 >> 
 >> <URL:http://www.cis.ohio-state.edu/~walters/shot.jpg>

 > Indeed.

Damned it looks cool. Maybe should I move to the latest gnus cvs
finaly (Oort at least) ... :-) I would also have GPG working with
MIME...


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

* Re: emacs-21 and gnus
  2001-07-13  9:19     ` Richard Stallman
@ 2001-07-19  5:55       ` Karl Eichwalder
  2001-07-19  6:57         ` Eli Zaretskii
  0 siblings, 1 reply; 27+ messages in thread
From: Karl Eichwalder @ 2001-07-19  5:55 UTC (permalink / raw)
  Cc: walters, ding, emacs-pretest-bug

Richard Stallman <rms@gnu.org> writes:

>     Starting w3.el depends on the toolbar (I encountered this problem the
>     last week).  Still wondering where I'm considered to send w3 bur
>     reports.

> This certainly ought to be fixed.

It seems to conflict with other customizations.  Until now I didn't find
the offending setting.

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)


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

* Re: emacs-21 and gnus
  2001-07-19  5:55       ` Karl Eichwalder
@ 2001-07-19  6:57         ` Eli Zaretskii
  0 siblings, 0 replies; 27+ messages in thread
From: Eli Zaretskii @ 2001-07-19  6:57 UTC (permalink / raw)
  Cc: rms, walters, ding, emacs-pretest-bug


On 19 Jul 2001, Karl Eichwalder wrote:

> Richard Stallman <rms@gnu.org> writes:
> 
> >     Starting w3.el depends on the toolbar (I encountered this problem the
> >     last week).  Still wondering where I'm considered to send w3 bur
> >     reports.
> 
> > This certainly ought to be fixed.
> 
> It seems to conflict with other customizations.  Until now I didn't find
> the offending setting.

Could you please post the backtrace?  (I apologize if you already did; I 
don't have it in my records.)


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

* Re: emacs-21 and gnus
  2001-07-18 12:58                   ` Fabien Penso
@ 2001-07-20 17:13                     ` Mattias Ahnberg
  2001-07-30 13:06                       ` Fabien Penso
  0 siblings, 1 reply; 27+ messages in thread
From: Mattias Ahnberg @ 2001-07-20 17:13 UTC (permalink / raw)
  Cc: ding

>> "FP" == Fabien Penso <penso@linuxfr.org> writes:

FP> Damned it looks cool. Maybe should I move to the latest gnus cvs
FP> finaly (Oort at least) ... :-) I would also have GPG working with
FP> MIME...

Another cool one here. :)

http://ahnberg.pp.se/emacs21.jpg

/ahnberg - looking forward to emacs21.


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

* Re: emacs-21 and gnus
  2001-07-20 17:13                     ` Mattias Ahnberg
@ 2001-07-30 13:06                       ` Fabien Penso
  0 siblings, 0 replies; 27+ messages in thread
From: Fabien Penso @ 2001-07-30 13:06 UTC (permalink / raw)
  Cc: ding


 FP> Damned it looks cool. Maybe should I move to the latest gnus cvs
 FP> finaly (Oort at least) ... :-) I would also have GPG working with
 FP> MIME...

 > Another cool one here. :)

 > http://ahnberg.pp.se/emacs21.jpg

Viva Emacs21 :p

-- 
Fabien Penso <penso@linuxfr.org> - http://perso.LinuxFR.org/penso/
http://LinuxFR.org/ - Geek Stuff ! - http://www.DBee.com/ DBee SA -
http://www.SomeNEWS.com/ News for the Mass - http://www.SomeLIST.com/


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

end of thread, other threads:[~2001-07-30 13:06 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-11 19:34 emacs-21 and gnus reader
2001-07-11 20:09 ` Colin Walters
2001-07-11 22:20   ` Harry Putnam
2001-07-11 22:49     ` Kai Großjohann
2001-07-11 23:16       ` Colin Marquardt
2001-07-12 11:17         ` Kai Großjohann
2001-07-12 19:02         ` Colin Walters
2001-07-12 20:41           ` Colin Walters
2001-07-13  0:12             ` Colin Marquardt
2001-07-13  4:51               ` Colin Walters
2001-07-13 18:46                 ` Colin Marquardt
2001-07-18 12:58                   ` Fabien Penso
2001-07-20 17:13                     ` Mattias Ahnberg
2001-07-30 13:06                       ` Fabien Penso
2001-07-13  8:51             ` Kai Großjohann
2001-07-13 15:12               ` Colin Walters
2001-07-12  3:20       ` Harry Putnam
2001-07-12 11:19         ` Kai Großjohann
2001-07-12 18:25           ` Harry Putnam
2001-07-12  3:07   ` Karl Eichwalder
2001-07-12 10:28     ` Gerd Moellmann
2001-07-12 20:34       ` Karl Eichwalder
2001-07-13  9:19     ` Richard Stallman
2001-07-19  5:55       ` Karl Eichwalder
2001-07-19  6:57         ` Eli Zaretskii
2001-07-11 20:50 ` luis fernandes
2001-07-11 22:20   ` Harry Putnam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).