Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10102] New: SMGL completion in zsh doesn't work after (sorcery?) update/upgrade

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10102] New: SMGL completion in zsh doesn't work after (sorcery?) update/upgrade
  • Date: 17 Nov 2005 22:21:02 -0000

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

Summary: SMGL completion in zsh doesn't work after (sorcery?)
update/upgrade
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell-term-fm
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: tritol AT trilogic.cz


Any try to complete spell name after SMGL command (cast, gaze, dispel...)
fails
with:
_spells:typeset:5: not an identifier: stable-rc

command
grep "GRIMOIRE_LIST=" /etc/sorcery/config
in functions/Completion/SourceMage/_spells match two lines:
GRIMOIRE_LIST and GPG_GRIMOIRE_LIST. GPG_GRIMOIRE_LIST is wrong I think.
Command
should be
grep "[^_]GRIMOIRE_LIST=" /etc/sorcery/config
(this work for me)

--
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.



  • [SM-Grimoire-Bugs] [Bug 10102] New: SMGL completion in zsh doesn't work after (sorcery?) update/upgrade, bugzilla-daemon, 11/17/2005

Archive powered by MHonArc 2.6.24.

Top of Page