Rodney Sparapani wrote:
Rodney Sparapani wrote:
> ================================================================
> Dear Bug Team!
>
> Over the past week, I have migrated to a new platform: Solaris
> 10 on AMD64. It has been pretty smooth. However, I think there
> is a bug in Save Options (or I don't understand it). On the
> options menu, I chose a Font and Font Size. But, when I restart
> xemacs, this choice is not brought in and I have do it again.
> Here's what custom.el looks like:
>
> (custom-set-variables)
> (custom-set-faces
> '(default ((t (:size "18pt" :family "Lucidatypewriter")))
t))
>
> Am I doing something wrong or is it xemacs-beta?
>
> Thanks,
>
> Rodney
Hi Gang:
Apparently this is a bug in beta. The behavior in stable is as
anticipated.
Thanks,
Rodney
For me, user-init-file is nil. Shouldn't that be set to something?
If you set it correctly (with a trailing directory character), then
beta will save your settings, but it does not read them back in when you
restart XEmacs. I tried to update this bug report. But, it crashed
like this:
DetectorError: Error: couldn't send email: {'rsparapa': (501, ':
recipient address must contain a domain')} Python 2.4.4
/usr/bin/python
A problem occurred while running a Python script. Here is the sequence
of function calls leading up to the error, with the most recent
(innermost) call first. The exception attributes are:
__doc__ = " Raised by detectors that want to indicate that
something's amiss\n "
__getitem__ = <bound method DetectorError.__getitem__ of
<roundup.roundupdb.DetectorError instance>>
__init__ = <bound method DetectorError.__init__ of
<roundup.roundupdb.DetectorError instance>>
__module__ = 'roundup.roundupdb'
__str__ = <bound method DetectorError.__str__ of
<roundup.roundupdb.DetectorError instance>>
args = (<roundup.mailer.MessageSendError instance>,)
/var/www/trackers/xemacs/detectors/nosyreaction.py in
nosyreaction(db=<weakproxy at 0x2ae95f6f2680 to instance>,
cl=<hyperdb.Class "issue">, nodeid='411',
oldvalues={'activity': <Date
2009-02-26.22:43:17.876>, 'actor': '44', 'assignedto': None,
'creation':
<Date 2008-11-29.06:19:54.448>, 'creator': '143', 'files':
[],
'keyword': [], 'messages': ['854'], 'module':
['6'], 'nosy': ['143'], ...})
42 cl.nosymessage(nodeid, msgid, oldvalues)
43 except roundupdb.MessageSendError, message:
44 raise roundupdb.DetectorError, message
global roundupdb = <module 'roundup.roundupdb' from
'/usr/local/lib/python2.4/site-packages/roundup/roundupdb.pyc'>, global
DetectorError = undefined, message = <roundup.mailer.MessageSendError
instance>
45
46 def determineNewMessages(cl, nodeid, oldvalues):
/usr/local/lib/python2.4/site-packages/roundup/hyperdb.py in
fireReactors(self=<hyperdb.Class "issue">, event='set',
nodeid='411',
oldvalues={'activity': <Date 2009-02-26.22:43:17.876>, 'actor':
'44',
'assignedto': None, 'creation': <Date 2008-11-29.06:19:54.448>,
'creator': '143', 'files': [], 'keyword': [],
'messages': ['854'],
'module': ['6'], 'nosy': ['143'], ...})
1214 """Fire all registered reactors"""
1215 for prio, name, react in self.reactors[event]:
1216 react(self.db, self, nodeid, oldvalues)
react = <function nosyreaction>, self = <hyperdb.Class
"issue">,
global db = undefined, nodeid = '411', oldvalues = {'activity': <Date
2009-02-26.22:43:17.876>, 'actor': '44', 'assignedto': None,
'creation':
<Date 2008-11-29.06:19:54.448>, 'creator': '143', 'files':
[],
'keyword': [], 'messages': ['854'], 'module':
['6'], 'nosy': ['143'], ...}
1217
1218 #
/usr/local/lib/python2.4/site-packages/roundup/backends/rdbms_common.py
in set(self=<hyperdb.Class "issue">, nodeid='411',
**propvalues={'messages': ['854', '1080']})
1529 oldvalues = copy.deepcopy(self.db.getnode(self.classname,
nodeid))
1530 propvalues = self.set_inner(nodeid, **propvalues)
1531 self.fireReactors('set', nodeid, oldvalues)
self = <hyperdb.Class "issue">, global fireReactors = undefined,
nodeid = '411', oldvalues = {'activity': <Date
2009-02-26.22:43:17.876>,
'actor': '44', 'assignedto': None, 'creation': <Date
2008-11-29.06:19:54.448>, 'creator': '143', 'files': [],
'keyword': [],
'messages': ['854'], 'module': ['6'], 'nosy':
['143'], ...}
1532 return propvalues
1533
/usr/local/lib/python2.4/site-packages/roundup/cgi/actions.py in
_changenode(self=<roundup.cgi.actions.EditItemAction instance>,
cn='issue', nodeid='411', props={'messages': ['854',
'1080']})
466 # make the changes
467 cl = self.db.classes[cn]
468 return cl.set(nodeid, **props)
cl = <hyperdb.Class "issue">, global set = undefined, nodeid =
'411', props = {'messages': ['854', '1080']}
469
470 def _createnode(self, cn, props):
/usr/local/lib/python2.4/site-packages/roundup/cgi/actions.py in
_editnodes(self=<roundup.cgi.actions.EditItemAction instance>,
all_props={('issue', '411'): {'messages': ['854',
'1080']}, ('msg',
'-1'): {'author': '50', 'content': "I'm having
trouble with stable now
as well. The...tings with beta, it will\nnever read them back in.",
'date': <Date 2009-03-09.20:23:11.872>}}, all_links=[('issue',
'411',
'messages', [('msg', '-1')]), ('issue', '411',
'files', [('file',
'-1')]), ('msg', '-1', 'files', [('file',
'-1')])])
408 if nodeid is not None and int(nodeid) > 0:
409 # make changes to the node
410 props = self._changenode(cn, nodeid, props)
props = {'messages': ['854', '1080']}, self =
<roundup.cgi.actions.EditItemAction instance>, global _changenode =
undefined, cn = 'issue', nodeid = '411'
411
412 # and some nice feedback for the user
/usr/local/lib/python2.4/site-packages/roundup/cgi/actions.py in
handle(self=<roundup.cgi.actions.EditItemAction instance>)
571 # handle the props
572 try:
573 message = self._editnodes(props, links)
message = undefined, self = <roundup.cgi.actions.EditItemAction
instance>, global _editnodes = undefined, props = {('issue', '411'):
{'messages': ['854', '1080']}, ('msg', '-1'):
{'author': '50',
'content': "I'm having trouble with stable now as well. The...tings with
beta, it will\nnever read them back in.", 'date': <Date
2009-03-09.20:23:11.872>}}, links = [('issue', '411',
'messages',
[('msg', '-1')]), ('issue', '411', 'files',
[('file', '-1')]), ('msg',
'-1', 'files', [('file', '-1')])]
574 except (ValueError, KeyError, IndexError,
575 roundup.exceptions.Reject), message:
/usr/local/lib/python2.4/site-packages/roundup/cgi/actions.py in
execute(self=<roundup.cgi.actions.EditItemAction instance>)
37 """Execute the action specified by this
object."""
38 self.permission()
39 return self.handle()
self = <roundup.cgi.actions.EditItemAction instance>, global
handle = undefined
40
41 name = ''
/usr/local/lib/python2.4/site-packages/roundup/cgi/client.py in
handle_action(self=<roundup.cgi.client.Client instance>)
869 return getattr(self, action_klass)()
870 else:
871 return action_klass(self).execute()
action_klass = <class roundup.cgi.actions.EditItemAction>, self =
<roundup.cgi.client.Client instance>, global execute = undefined
872
873 except (ValueError, Reject), err:
/usr/local/lib/python2.4/site-packages/roundup/cgi/client.py in
inner_main(self=<roundup.cgi.client.Client instance>)
301 # possibly handle a form submit action (may change
self.classname
302 # and self.template, and may also append
error/ok_messages)
303 html = self.handle_action()
html = undefined, self = <roundup.cgi.client.Client instance>,
global handle_action = undefined
304
305 if html:
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta