unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs enhancements: fringe, .authinfo, etc
@ 2006-04-26 13:06 Marco Munari 17486.16140
  2006-04-27 16:33 ` Stefan Monnier
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Marco Munari 17486.16140 @ 2006-04-26 13:06 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear emacs developers,

I'm here again, to enlighten the beautiful logical instrument
that we use to create: emacs.

the following link contains my patch to:
- - introduce fringe-inactive face and the code to handle it,
  the selected window will results more hilighted, including the input line,
  when you press M-x or emacs decide to ask you something in the input line,
  you will see the current window(emacs terminology) less in evidence
  and the input-line hilighted in the fringe space.
  Moreover  C-x o  (other-window)  make in evidence the current window
  not only in the mode-line below the buffer, but also in each side of
  the window in fringe space (using fringe xor fringe-inactive faces).
- - introduce custom fringe-standard-bitmap-size (the default fringe
  bitmap wasted space, eg. in half fringe-mode the default bitmaps weren't
  appropriate), you can choose your preferred size for continued arrow etc..
  by M-x customize-variable fringe-standard-bitmap-size
- - introduce login distinction for .authinfo file (without this patch only one
  login for each machine is permitted)
and other changements that I made.

http://www.allerta.it/pub/emacs/mar_emacs_cvs.patch

All the best,
MARco
- -- 
http://xref.mm.homeunix.org:8380/~u17486.16140/mail/enlighten_emacs,en
x(t),y(t) = th(3t-34.5)*e^[-(3t-34.5)^2]/2-4.3+e^(-1.8/t^2)/(.8*atg(t-
3)+2)(t-1.8)-.3th(5t-42.5),(1.4e^[-(3t-34.5)^2]+1-sgn[|t-8.5|-.5]*1.5*
|sin(pi*t)|^[2e^(-(t-11.5)^2)+.5+e^(-(.6t-3.3)^2)])/(.5+t)+1  ; 0<t<14
						http://www.allerta.it/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (OpenBSD)

iQKNAwUBRE9wULcf901H7Bt6AQJYiRPAqrutpA7lGQS6SqsCEzDYdTUKajjkgDY5
P/ZxyaFhTyRV+HhBW9dhzz7k0GmJ1wjcVaUbCZVf+OIAu6kOvwcOICErehzkh8iB
H/pDZZeYOYVxxS4iBQcgn8xQc5S1ZxnkxMSpfE8zSLoJVeLu+lL/Pd/IBu7USlES
FkFDK38AP4P4qiH5rfHkuDH7vTSMnnWOnB+lJvbvBXIlQ/4XpRhkBFPBKBHeDLpo
MuW6NfifrdAikfhpZCPsTe+BiMUgo8e4sIOM0sWYjWfjb/eIDlXL1zcQMcZMpW2Y
P3GzAw3NBHCrjMkpuC5yeBJsWM3D1JH9LeNg7PhnATSirSNeoNqyxmfeWGa6IX4k
lb1bXMPLmSlPTXPpp8I32X2AZlivjFPkoi+Ztf4dzDn98alCOR+TckL/7umzvS3g
E+Zmo26yreZN0NkVebVwgLhVwrUgJ84f3wJRL2T+8zq4l84V7MWzaPjlAJskwwgB
gF/xHUZWAav/Zb3KqHQ7i8ikTjBP6dGi9R46bIHBrdGQHp1cIrpmGvKB05vvhGB0
ztp9UVVRtDcSDqUd4RsMwu/w3Dl73gQ64b1qDmXK6l1UiP9NQc9kGm+pjTVJ9zWK
f8sUbguvkLKTCTO4KCF4qgEXex2THTbbS3mMuVm0CVHjWDFNWswys90fGenolRMe
QtdUM3IGyxZ++o1I7HvIeSoU77zlNhapfsEA9w3qrR3f7h+etB4vv4PIsS5P7B7H
n8B1DOMiRh2GX9jqoFJCuoalk/vARYRSUMeGspQvV0JPHInzkVy5JiSxTo5TZT0a
vFU/viCsXjA1xxlQ9SL/GrFGlh4njyVzD3Wivc5Ahw0=
=MJUr
-----END PGP SIGNATURE-----

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-04-26 13:06 Marco Munari 17486.16140
@ 2006-04-27 16:33 ` Stefan Monnier
  2006-04-27 21:27 ` Richard Stallman
  2006-04-27 22:04 ` Kim F. Storm
  2 siblings, 0 replies; 14+ messages in thread
From: Stefan Monnier @ 2006-04-27 16:33 UTC (permalink / raw)
  Cc: emacs-devel

> Dear Emacs developers,

> I'm here again, to enlighten the beautiful logical instrument
> that we use to create: emacs.

These features all sound great.  I haven't looked at your code, tho, because
we're in feature freeze and getting close to starting the pretest that will
lead to the release of Emacs-22, so it's actually a bad time to suggest
new features.

Please don't forget to come back after the release of Emacs-22, thank you,


        Stefan

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-04-26 13:06 Marco Munari 17486.16140
  2006-04-27 16:33 ` Stefan Monnier
@ 2006-04-27 21:27 ` Richard Stallman
  2006-04-28 15:23   ` Kevin Rodgers
  2006-05-07 16:46   ` Marco Munari 17502.7162
  2006-04-27 22:04 ` Kim F. Storm
  2 siblings, 2 replies; 14+ messages in thread
From: Richard Stallman @ 2006-04-27 21:27 UTC (permalink / raw)
  Cc: emacs-devel

These could be good features, but now is not the right time
to add new features.

Could you please suggest them again, a couple of months after Emacs 22
is released?

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-04-26 13:06 Marco Munari 17486.16140
  2006-04-27 16:33 ` Stefan Monnier
  2006-04-27 21:27 ` Richard Stallman
@ 2006-04-27 22:04 ` Kim F. Storm
  2 siblings, 0 replies; 14+ messages in thread
From: Kim F. Storm @ 2006-04-27 22:04 UTC (permalink / raw)
  Cc: emacs-devel

"Marco Munari 17486.16140" <mar.develops@allerta.it> writes:

> Dear emacs developers,
>
> I'm here again, to enlighten the beautiful logical instrument
> that we use to create: emacs.
>

As others have explained, we cannot install such changes at this time.

May I suggest that you sign papers for your changes (past and future)
so we can install the changes as soon as 22.x has been released.


-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-04-27 21:27 ` Richard Stallman
@ 2006-04-28 15:23   ` Kevin Rodgers
  2006-04-29  3:49     ` Richard Stallman
  2006-05-07 16:46   ` Marco Munari 17502.7162
  1 sibling, 1 reply; 14+ messages in thread
From: Kevin Rodgers @ 2006-04-28 15:23 UTC (permalink / raw)


Richard Stallman wrote:
> These could be good features, but now is not the right time
> to add new features.
> 
> Could you please suggest them again, a couple of months after Emacs 22
> is released?

Why don't you just save the articles you think will be useful,
for future reference?

-- 
Kevin Rodgers

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-04-28 15:23   ` Kevin Rodgers
@ 2006-04-29  3:49     ` Richard Stallman
  2006-05-01 15:22       ` Kevin Rodgers
  0 siblings, 1 reply; 14+ messages in thread
From: Richard Stallman @ 2006-04-29  3:49 UTC (permalink / raw)
  Cc: emacs-devel

    Why don't you just save the articles you think will be useful,
    for future reference?

I am overwhelmed with work.  I expect I would lose them or forget
about them.

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-04-29  3:49     ` Richard Stallman
@ 2006-05-01 15:22       ` Kevin Rodgers
  2006-05-01 20:43         ` Ken Manheimer
  0 siblings, 1 reply; 14+ messages in thread
From: Kevin Rodgers @ 2006-05-01 15:22 UTC (permalink / raw)


Richard Stallman wrote:
>     Why don't you just save the articles you think will be useful,
>     for future reference?
> 
> I am overwhelmed with work.  I expect I would lose them or forget
> about them.

Computers are useful for keeping track of such things.  :-)

-- 
Kevin Rodgers

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-05-01 15:22       ` Kevin Rodgers
@ 2006-05-01 20:43         ` Ken Manheimer
  2006-05-01 20:48           ` Ken Manheimer
  0 siblings, 1 reply; 14+ messages in thread
From: Ken Manheimer @ 2006-05-01 20:43 UTC (permalink / raw)
  Cc: emacs-devel

On 5/1/06, Kevin Rodgers <ihs_4664@yahoo.com> wrote:
> Richard Stallman wrote:
> >     Why don't you just save the articles you think will be useful,
> >     for future reference?
> >
> > I am overwhelmed with work.  I expect I would lose them or forget
> > about them.
>
> Computers are useful for keeping track of such things.  :-)

um, this does not seem like a technology issue.  ie, the issue is not,
"i need a list to keep track of things", but a management issue - "i
need a process by which i can delegate things, so i only have to
personally keep track of what is necessary".  there's an opportune
delegation, in this case.  substantial free software project
management doesn't scale, without it.  emacs is a particularly
substantial such project...

--
ken manheimer
ken.manheimer@gmail.com
http://myriadicity.net

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-05-01 20:43         ` Ken Manheimer
@ 2006-05-01 20:48           ` Ken Manheimer
  0 siblings, 0 replies; 14+ messages in thread
From: Ken Manheimer @ 2006-05-01 20:48 UTC (permalink / raw)
  Cc: emacs-devel

On 5/1/06, Ken Manheimer <ken.manheimer@gmail.com> wrote:
> On 5/1/06, Kevin Rodgers <ihs_4664@yahoo.com> wrote:
> > Richard Stallman wrote:
> > >     Why don't you just save the articles you think will be useful,
> > >     for future reference?
> > >
> > > I am overwhelmed with work.  I expect I would lose them or forget
> > > about them.
> >
> > Computers are useful for keeping track of such things.  :-)
>
> um, this does not seem like a technology issue.  ie, the issue is not,
> "i need a list to keep track of things", but a management issue - "i
> need a process by which i can delegate things, so i only have to
> personally keep track of what is necessary".  there's an opportune
> [...]

(of course, if you feel a particular stake in seeing the features
considered, you can also keep track of it.  and, i hope i didn't come
off as preachy in my initial response - i sometimes get caught up in
trying to articulate something clearly, and forget that it may already
be sufficiently obvious to others...)
--
ken manheimer
ken.manheimer@gmail.com
http://myriadicity.net

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2006-04-27 21:27 ` Richard Stallman
  2006-04-28 15:23   ` Kevin Rodgers
@ 2006-05-07 16:46   ` Marco Munari 17502.7162
  1 sibling, 0 replies; 14+ messages in thread
From: Marco Munari 17502.7162 @ 2006-05-07 16:46 UTC (permalink / raw)


Richard Stallman wrote:

>These could be good features, but now is not the right time
>to add new features.

>Could you please suggest them again, a couple of months after Emacs 22
>is released?

Yes of course, I placed a trigger on the future annunce in info-gnu-emacs@ 

All the best,
MARco
-- 
x(t),y(t) = th(3t-34.5)*e^[-(3t-34.5)^2]/2-4.3+e^(-1.8/t^2)/(.8*atg(t-
3)+2)(t-1.8)-.3th(5t-42.5),(1.4e^[-(3t-34.5)^2]+1-sgn[|t-8.5|-.5]*1.5*
|sin(pi*t)|^[2e^(-(t-11.5)^2)+.5+e^(-(.6t-3.3)^2)])/(.5+t)+1  ; 0<t<14

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

* emacs enhancements: fringe, .authinfo, etc
       [not found] <E1FfrAn-0007vy-KV@fencepost.gnu.org>
@ 2007-06-15  9:44 ` Marco Munari 18034.23212
  2007-06-16 18:51   ` Richard Stallman
  0 siblings, 1 reply; 14+ messages in thread
From: Marco Munari 18034.23212 @ 2007-06-15  9:44 UTC (permalink / raw)
  To: emacs-devel; +Cc: Kim F. Storm, rms, Stefan Monnier

Hi
Dear emacs developers,

I'm here again, to enlighten the beautiful logical instrument
that we use to create: emacs.

the following link contains my patch to:
- introduce fringe-inactive face and the code to handle it,
  the selected window results more hilighted, including the input line,
  when you press M-x or emacs decide to ask you something in the input line,
  you will see the current window(emacs terminology) less in evidence
  and the input line hilighted in the fringe space.
  Moreover  C-x o  (other-window)  make in evidence the current window
  not only in the mode-line below the buffer, but also in each side of
  the window in fringe space (using fringe xor fringe-inactive faces).
- introduce custom fringe-standard-bitmap-size (the default fringe
  bitmap wasted space, eg. in half fringe-mode the default bitmaps weren't
  appropriate), you can choose your preferred size for continued arrow etc..
  by M-x customize-variable fringe-standard-bitmap-size
- introduce login distinction for .authinfo file (without this patch only one
  login for each machine is permitted)
and other changements that I made.

http://www.allerta.it/pub/emacs/mar_emacs_cvs_20070615-subset.patch

All the best,
MARco
-- 
http://xref.mm.homeunix.org:8380/~u18034.23212/mail/enlighten_emacs,en
x(t),y(t) = th(3t-34.5)*e^[-(3t-34.5)^2]/2-4.3+e^(-1.8/t^2)/(.8*atg(t-
3)+2)(t-1.8)-.3th(5t-42.5),(1.4e^[-(3t-34.5)^2]+1-sgn[|t-8.5|-.5]*1.5*
|sin(pi*t)|^[2e^(-(t-11.5)^2)+.5+e^(-(.6t-3.3)^2)])/(.5+t)+1  ; 0<t<14
						http://www.allerta.it/

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2007-06-15  9:44 ` emacs enhancements: fringe, .authinfo, etc Marco Munari 18034.23212
@ 2007-06-16 18:51   ` Richard Stallman
  2007-06-16 23:06     ` Marco Munari 18036.27614
  0 siblings, 1 reply; 14+ messages in thread
From: Richard Stallman @ 2007-06-16 18:51 UTC (permalink / raw)
  To: Marco Munari 18034.23212; +Cc: storm, monnier, emacs-devel

    the following link contains my patch to:
    - introduce fringe-inactive face and the code to handle it,

Could you describe in one line what this feature does?

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2007-06-16 18:51   ` Richard Stallman
@ 2007-06-16 23:06     ` Marco Munari 18036.27614
  2007-06-17  8:54       ` Richard Stallman
  0 siblings, 1 reply; 14+ messages in thread
From: Marco Munari 18036.27614 @ 2007-06-16 23:06 UTC (permalink / raw)
  To: rms; +Cc: storm, monnier, emacs-devel

[mar]
>    the following link contains my patch to:
>    - introduce fringe-inactive face and the code to handle it,
...

You (Richard Stallman <rms@gnu.org>) wrote:

>Could you describe in one line what this feature does?


evidence active emacs-windows, by new low contrast fringe-inactive face.


Other features like
fringe-standard-bitmap-size to drawn redesigned and positioned fringe symbols


are described in my previous e-mail not in a line base.

All the best,
MARco
-- 
http://xref.mm.homeunix.org:8380/~u18036.27614/mail/,
x(t),y(t) = th(3t-34.5)*e^[-(3t-34.5)^2]/2-4.3+e^(-1.8/t^2)/(.8*atg(t-
3)+2)(t-1.8)-.3th(5t-42.5),(1.4e^[-(3t-34.5)^2]+1-sgn[|t-8.5|-.5]*1.5*
|sin(pi*t)|^[2e^(-(t-11.5)^2)+.5+e^(-(.6t-3.3)^2)])/(.5+t)+1  ; 0<t<14
						http://www.allerta.it/

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

* Re: emacs enhancements: fringe, .authinfo, etc
  2007-06-16 23:06     ` Marco Munari 18036.27614
@ 2007-06-17  8:54       ` Richard Stallman
  0 siblings, 0 replies; 14+ messages in thread
From: Richard Stallman @ 2007-06-17  8:54 UTC (permalink / raw)
  To: Marco Munari 18036.27614; +Cc: storm, monnier, emacs-devel

    evidence active emacs-windows, by new low contrast fringe-inactive face.

That seems nice.

    fringe-standard-bitmap-size to drawn redesigned and positioned fringe symbols

Could you explain that?

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

end of thread, other threads:[~2007-06-17  8:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1FfrAn-0007vy-KV@fencepost.gnu.org>
2007-06-15  9:44 ` emacs enhancements: fringe, .authinfo, etc Marco Munari 18034.23212
2007-06-16 18:51   ` Richard Stallman
2007-06-16 23:06     ` Marco Munari 18036.27614
2007-06-17  8:54       ` Richard Stallman
2006-04-26 13:06 Marco Munari 17486.16140
2006-04-27 16:33 ` Stefan Monnier
2006-04-27 21:27 ` Richard Stallman
2006-04-28 15:23   ` Kevin Rodgers
2006-04-29  3:49     ` Richard Stallman
2006-05-01 15:22       ` Kevin Rodgers
2006-05-01 20:43         ` Ken Manheimer
2006-05-01 20:48           ` Ken Manheimer
2006-05-07 16:46   ` Marco Munari 17502.7162
2006-04-27 22:04 ` Kim F. Storm

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).