/usr/share/doc/nedit/html/defects.html is in nedit 1:5.6a-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | <HTML>
<HEAD>
<TITLE> Problems/Defects </TITLE>
</HEAD>
<BODY>
<A NAME="Problems/Defects"></A>
<H2> Problems/Defects </H2>
<P>
<H3>Solutions to Common Problems</H3>
</P><P>
For a much more comprehensive list of common problems and solutions, see the
NEdit FAQ. The latest version of the FAQ can always be found on the NEdit
web site at:
</P><P>
<PRE>
<A HREF="http://www.nedit.org">http://www.nedit.org</A>.
</PRE>
</P><P>
<B>P: No files are shown in the "Files" list in the Open... dialog.</B>
</P><P>
S: When you use the "Filter" field, include the file specification or a
complete directory specification, including the trailing "/" on Unix.
(See Help in the Open... dialog).
</P><P>
<B>P: Find Again and Replace Again don't continue in the same direction as the original Find or Replace.</B>
</P><P>
S: Find Again and Replace Again don't use the direction of the original
search. The Shift key controls the direction: Ctrl+G means forward,
Shift+Ctrl+G means backward.
</P><P>
<B>P: Preferences specified in the Preferences menu don't seem to get saved when I select Save Defaults.</B>
</P><P>
S: NEdit has two kinds of preferences: 1) per-window preferences, in the
Preferences menu, and 2) default settings for preferences in newly created
windows, in the Default Settings sub-menu of the Preferences menu.
Per-window preferences are not saved by Save Defaults, only Default
Settings.
</P><P>
<B>P: Columns and indentation don't line up.</B>
</P><P>
S: NEdit is using a proportional width font. Set the font to a fixed style
(see Preferences menu).
</P><P>
<B>P: NEdit performs poorly on very large files.</B>
</P><P>
S: Turn off Incremental Backup. With Incremental Backup on, NEdit
periodically writes a full copy of the file to disk.
</P><P>
<B>P: Commands added to the Shell Commands menu (Unix only) don't output anything until they are finished executing.</B>
</P><P>
S: If the command output is directed to a dialog, or the input is from a
selection, output is collected together and held until the command
completes. De-select both of the options and the output will be shown
incrementally as the command executes.
</P><P>
<B>P: Dialogs don't automatically get keyboard focus when they pop up.</B>
</P><P>
S: Most X Window managers allow you to choose between two categories of
keyboard focus models: pointer focus, and explicit focus. Pointer focus
means that as you move the mouse around the screen, the window under the
mouse automatically gets the keyboard focus. NEdit users who use this
focus model should set "Popups Under Pointer" in the Default Settings sub
menu of the preferences menu in NEdit. Users with the explicit focus
model, in some cases, may have problems with certain dialogs, such as Find
and Replace. In MWM this is caused by the mwm resource startupKeyFocus
being set to False (generally a bad choice for explicit focus users).
NCDwm users should use the focus model "click" instead of "explicit",
again, unless you have set it that way to correct specific problems, this
is the appropriate setting for most explicit focus users.
</P><P>
<B>P: The Backspace key doesn't work, or deletes forward rather than backward.</B>
</P><P>
S: While this is an X/Motif binding problem, and should be solved outside of
NEdit in the Motif virtual binding layer (or possibly xmodmap or
translations), NEdit provides an out. If you set the resource:
nedit.remapDeleteKey to True, NEdit will forcibly map the delete key to
backspace. The default setting of this resource recently changed, so
users who have been depending on this remapping will now have to set it
explicitly (or fix their bindings).
</P><P>
<B>P: NEdit crashes when I try to paste text in to a text field in a dialog (like Find or Replace) on my SunOS system.</B>
</P><P>
S: On many SunOS systems, you have to set up an nls directory before various
inter-client communication features of Motif will function properly.
There are instructions in README.sun in /pub/v5_0_2/individual/README.sun on
ftp.nedit.org, as well as a tar file containing a complete nls
directory: ftp://ftp.nedit.org/pub/v5_0_2/nls.tar.
README.sun contains directions for setting up an nls directory, which
is required by Motif for handling copy and paste to Motif text fields.
</P><P>
<H3>Known Defects</H3>
</P><P>
Below is the list of known defects which affect NEdit. The defects your copy
of NEdit will exhibit depend on which system you are running and with which
Motif libraries it was built. Note that there are now Motif 1.2 and/or 2.0
libraries available on ALL supported platforms, and as you can see below
there are far fewer defects in Motif 1.2, so it is in your best interest to
upgrade your system.
</P><P>
<H4>All Versions</H4>
</P><P>
<PRE>
<B>DEFECT</B>
</PRE>
Operations between rectangular selections on overlapping lines do nothing.
</P><P>
<PRE>
<I>Work Around</I>
</PRE>
None. These operations are very complicated and rarely used.
</P><P>
<PRE>
<B>DEFECT</B>
</PRE>
Cut and Paste menu items fail, or possibly crash,
for very large (multi-megabyte) selections.
</P><P>
<PRE>
<I>Work Around</I>
</PRE>
Use selection copy (middle mouse button click)
for transferring larger quantities of data.
Cut and Paste save the copied text in server
memory, which is usually limited.
</P><P>
<H3>Reporting Defects</H3>
</P><P>
Submit bugs through the web at:
</P><P>
<PRE>
http://sf.net/tracker/?func=add&group_id=11005&atid=111005
</PRE>
</P><P>
Please include the first few lines from Help > Version, which identifies
NEdit's version and other system attributes important for diagnosing your
problem.
</P><P>
The NEdit developers subscribe to both discuss@nedit.org and
develop@nedit.org, either of which may be used for reporting defects. If
you're not sure, or you think the report might be of interest to the general
NEdit user community, send the report to <A HREF="mailto:discuss@nedit.org">discuss@nedit.org</A>. If it's
something obvious and boring, like we misspelled "anemometer" in the on-line
help, send it to <A HREF="mailto:develop@nedit.org">develop@nedit.org</A>. If you don't want to subscribe to the
<A HREF="mailing_list.html#Mailing_Lists">Mailing Lists</A>, please add a note to your mail about cc'ing you on responses.
</P><P>
</P>
</BODY>
</HTML>
|