[Bug 189374] Re-Review Request: jed: an editor

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 24 09:24:12 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Re-Review Request: jed: an editor


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189374





------- Additional Comments From bugs.michael at gmx.net  2006-04-24 05:24 EST -------
 From man jed:

| FILES
|       JED_ROOT/lib/*.sl
|              these are the default runtime jed slang files
|       JED_ROOT/lib/site.sl
|              This is the default startup file.

Here JED_ROOT could be substituted with the expanded %{_datadir}/jed
since the value of $JED_ROOT is not explained in the manual page.

|       /etc/jed.rc
|              The system wide configuration file.
|       ~/.jedrc
|              Per user configuration file.

Can you get the system wide configuration file to work? I believe
this has never worked before in Red Hat Linux and later (with a
corresponding ticket in bugzilla). Steps to reproduce:

  $ sudo cp /usr/share/jed/lib/jed.conf /etc/jed.rc
  $ rm -f $HOME/.jedrc
  $ jed

gives different results compared with

  $ sudo rm /etc/jed.rc
  $ cp -f /usr/share/jed/lib/jed.conf $HOME/.jedrc
  $ jed

because the system wide file from /etc/jed.rc is not loaded at all.
The code loads 'Default_Jedrc_Startup_File' = $JED_ROOT/lib/jed.rc.

Copying jed.conf (not jed.rc) as the new system wide default should
give a different (blue) theme. It doesn't.


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list