Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8065] scribe update in devel pauses

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8065] scribe update in devel pauses
  • Date: Sat, 22 Jan 2005 08:40:00 -0800 (PST)

http://bugs.sourcemage.org/show_bug.cgi?id=8065


vlmarek AT volny.cz changed:

What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|sm-sorcery- |vlmarek AT volny.cz
|bugs AT lists.ibiblio.org |




------- Additional Comments From vlmarek AT volny.cz 2005-01-22 08:40 -------
Yes, indeed the -R causes it. The problem is at libsorcery, function
grimoire_history:

...
local PAGER2
if [ "$PAGER" == "less" ] ; then
PAGER2="more"
else
PAGER2="$PAGER"
fi
...

And more does not 'wait' if the output is small enought for screen. I can see
several fixes:

a) put back 'less' as default pager instead of 'less -R'
b) add -E to the less options
-E or --QUIT-AT-EOF
Causes less to automatically exit the first time it reaches end-
of-file.
c) add grimoire_history parameter which would tell to don't feed the output
to pager

I think c) is the best, since even if I revert the less back, more would 'stop
and block' for long changes

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page