[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users-jp 01333] Forward: debian mgp package problem



添付の報告をうけました。%tab で icon とかを指定しておいても
表示されないというものです。

ちょっとしらべてみたところ  parse.c の thirdpass() で
tab_control をコピーする先が以前とかわっているようで
#if 0 されているのを #if 1 にすればこの問題はなおるようなのですが、
なぜ #if 0 されているのでしょうか?

--- parse.c	2003-05-19 23:01:33.000000000 +0900
+++ ../../build/mgp-1.09a.20030519/parse.c	2003-06-05 02:07:06.000000000 +0900
@@ -1210,7 +1210,7 @@ thirdpass()
 				}
 			}
 
-#if 0
+#if 1
 			/* insert CTL_TAB items into CTL_LINESTART */
 			if (tab_control[tab_depth]) {
 				ctlinsert(&cp1->ct_next,

-- 
鵜飼文敏

--- Begin Message ---
I've recently upgraded to the most recent mgp/unstable
version on my debian i386 system:

#: dpkg -l | grep mgp
ii  mgp            1.09a.20030519 MagicPoint- an X11 based presentation tool
# uname -a
Linux outhaus 2.4.16-686 #1 Wed Nov 28 09:27:17 EST 2001 i686 GNU/Linux


Whereas in previous versions I could see the bullets etc
in the various list items, now there is nothing. It does
not seem that the 

	%% Default settings that are applied to TAB-indented lines.
	%%
	%tab 1 size 5, vgap 40, prefix "  ", icon box "green" 50
	%tab 2 size 4, vgap 40, prefix "      ", icon arc "yellow" 50
	%tab 3 size 3, vgap 40, prefix "            ", icon delta3 "white" 40

actions from /etc/mgp/default.mgp are working.

-- 
Quist Consulting		Email: russ@quist.ca
219 Donlea Drive 		Voice: +1.416.696.7600
Toronto ON  M4G 2N1		Cell:  +1.416.803.0080
CANADA				WWW:   http://www.quist.ca

--- End Message ---