Problem with fume-function-name-regexp-c++
15 years, 10 months
Jake Colman
The fume-function-name-regexp-c++ variable does not seem to have the
correct regexp for handling templates.
Consider the following two method definitions:
template <> eRank tRanker<cBS>::rank(const cBS& L, const cBS& BS) const
{
;
}
template <> cString tHasher<cBS, cString>::operator()(const cBS& BS) const
{
;
}
When point is moved to the second definition, the mode-line does not
uppdate to reflect the second function name.
If, however, the code is modified as follows it works correctly:
template <foo> eRank tRanker<cBS>::rank(const cBS& L, const cBS& BS) const
{
;
}
template <foo> cString tHasher<cBS, cString>::operator()(const cBS& BS) const
{
;
}
The problem is with the "template formals" section of the defined regexp
used for c++ function names:
(defvar fume-function-name-regexp-c++
(cons
(concat
"\\(\\`\\|[^\\]\n\\)" ; avoid matching on last line of macro definition
"\\(#define\\s-+\\|"
"\\(template\\s-+<[^>]+>\\s-+\\)?" ; template formals
"\\([a-zA-Z0-9_*&<,>:]+\\s-+\\)?" ; type specs; there can be no
"\\([a-zA-Z0-9_*&<,>\"]+\\s-+\\)?" ; more than 3 tokens, right?
"\\([a-zA-Z0-9_*&<,>]+\\s-+\\)?\\)"
"\\(\\([a-zA-Z0-9_&~:<,>*]\\|\\(\\s +::\\s +\\)\\)+\\)"
"\\(o?perator\\s *.[^(]*\\)?\\(\\s-\\|\n\\)*(" ; name
) 7)
"Expression to get C++ function names.")
The regexp does not allow for "<>" without an intervening character.
I tried, but was unsuccessful, to modify the regexp.
Two questions:
1) How can I fix the regexp?
2) How can I get this fix to be part of the release so that I don't have
to override it in my init.el?
TIA!
...Jake
--
Jake Colman
Director of Software Development
Principia Partners LLC
101 West Elm Street
Suite 620
Conshohocken, PA 19428
+1 (610) 755-9786
www.principiapartners.com
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Big Nasty Problem w/self-insert-command
15 years, 10 months
Ville Skyttä
Hi Bob,
I'm assuming you accidentally dropped the xemacs-beta mailing list from your
reply (please keep it Cc'd so that people know what's going on), so I'm
quoting your message in full to the list below as well as adding some
comments.
On Thursday 15 January 2009, Bob Taylor wrote:
> On Thu, 2009-01-15 at 00:23 +0200, Ville Skyttä wrote:
> > On Wednesday 14 January 2009, Bob Taylor wrote:
> > > It's here. http://centos.karan.org/el5/extras/testing/i386/RPMS/
> >
> > [...]
> >
> > > I agree. I now have the source RPMS. I will take the time to look and
> > > see if I can locate the problem in this package. The first thing I will
> > > look at is the spec file.
> >
> > Those packages look like simple rebuilds of the xemacs* packages I
> > maintain in Fedora from about 18 months ago. I'm using a quite a bit
> > newer version of those packages at the moment in Fedora 9, but FWIW I've
> > never heard of the problem you describe, and I can't find any occurrences
> > of "add-inverse-global" in the packages nor should they be doing anything
> > abbrev related in default init files. The packages' change logs do not
> > have any entries indicating that the CentOS folks would have modified
> > them in any way, just rebuilt them. With that assumption, my WAG is that
> > the culprit is something in your personal/site init files or in something
> > they pull in.
>
> Ah! Some one who works near CentOS! CentOS has nothing to do with this.
> It is not in their official web site nor in the site I got it from.
centos.karan.org is a site maintained by one of the active (AFAIK) CentOS
developers, so I don't think "CentOS folks/maintainers" is entirely
incorrect. The sources they use seem to be available at
http://centos.karan.org/el5/extras/testing/SRPMS/
> I don't expect you have run across this before. I'm beginning to suspect
> a problem/corruption having to do with global-insert-command. It has to
> be in the mini-buffer(?) in the program. The reason being every time I
> type, for instance a space, what I see is add-inverse-globalspace. This
> is why I need to *do something*. The whole purpose is to be able to
> rebuild sources without this problem. Could I use your Fedora 9 sources
> or are the libs etc. to new?
I don't know, could be either way. As I mentioned, I haven't paid much
attention at all to keeping the package out of the box rebuildable on
CentOS/RHEL. But if you want to look into it, I suggest taking a look at the
latest package revision instead of the Fedora 9 one; the source rpm is
available for example at
http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/
> > Anyway, asking the CentOS maintainers to sync their offering with newer
> > Fedora xemacs* package incarnations might not hurt. I haven't ever tried
> > it myself but it's possible that accomplishing that would take more than
> > just a simple rebuild this time or in the future - Fedora is a much more
> > fast moving target than CentOS/RHEL and I haven't paid much attention at
> > all to making the Fedora packages as-is rebuildable on them.
>
> This hasn't anything to do with CentOS. XEmacs was dropped by Red Hat at
> least in release 5. As CentOS is RHEL for all intents and purposes, this
> includes Red Hat.
Yes, I know these things very well, I use CentOS actively myself but not
XEmacs on it at the moment. But anyway, unless you take a look into it
yourself, you could ask the above from the centos.karan.org maintainer - his
address seems to be on the centos.karan.org front page.
> Thanks for rising up with some help.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Symbol's value as variable is void: pgg-parse-crc24
15 years, 10 months
Marcus Crestani
I've just installed lastet XEmacs 21.5 (the CVS date in the
Installation file attached doesn't reflect this, though) and updated
to latest CVS packages on MacOSX 10.5.1. Now, my gnus configuration
causes trouble.
My gnus.el file contains `(require 'pgg)'. This fails with "Symbol's
value as variable is void: pgg-parse-crc24". The new build seems to
have problems with CCL, since the definition of `pgg-parse-crc24' in
pgg-parse.el is wrapped with "(when (fboundp 'define-ccl-program)
...".
Strangely, `(fboundp 'define-ccl-program)' evaluates to `t' in my
*scratch* buffer, but it does not seem to do this when pgg-parse.el is
loaded from my gnus.el.
It works when I put
(load-file "/SOME/PATH/xemacs-packages/lisp/pgg/pgg-parse.el")
in my gnus.el. How can I avoid this kludge and fix this for real?
Can someone help?
uname -a: Darwin bender.informatik.uni-tuebingen.de 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386
../xemacs-21.5-hg/configure '--enable-mule' '--enable-menubars=lucid' '--enable-scrollbars=lucid' '--with-xpm' '--with-jpeg' '--with-png' '--enable-dialogs=athena' '--enable-mail-locking-file=file' '--enable-pdump' '--with-x' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib' '--with-site-includes=/afs/informatik.uni-tuebingen.de/ppc_macx88/include /afs/informatik.uni-tuebingen.de/ppc_macx80/include /afs/informatik.uni-tuebingen.de/ppc_macx72/include /afs/informatik.uni-tuebingen.de/ppc_macx70/include' '--with-site-libraries=/afs/informatik.uni-tuebingen.de/ppc_macx88/lib /afs/informatik.uni-tuebingen.de/ppc_macx80/lib /afs/informatik.uni-tuebingen.de/ppc_macx72/lib /afs/informatik.uni-tuebingen.de/ppc_macx70/lib' '--prefix=/afs/informatik.uni-tuebingen.de/pu/src/crestani/ppc_macx88/xemacs-21.5-newgc' '--enable-newgc'
XEmacs 21.5-b28 "fuki" (+CVS-20071205) configured for `i686-apple-darwin9.1.0'.
Compilation Environment and Installation Defaults:
Source code location: /home/crestani/local/src/xemacs-builds/xemacs-21.5-hg
Installation prefix: /afs/informatik.uni-tuebingen.de/pu/src/crestani/ppc_macx88/xemacs-21.5-newgc
Additional header files: /afs/informatik.uni-tuebingen.de/ppc_macx88/include /afs/informatik.uni-tuebingen.de/ppc_macx80/include /afs/informatik.uni-tuebingen.de/ppc_macx72/include /afs/informatik.uni-tuebingen.de/ppc_macx70/include
Additional libraries: /afs/informatik.uni-tuebingen.de/ppc_macx88/lib /afs/informatik.uni-tuebingen.de/ppc_macx80/lib /afs/informatik.uni-tuebingen.de/ppc_macx72/lib /afs/informatik.uni-tuebingen.de/ppc_macx70/lib
Operating system description file: `s/darwin.h'
Not using any machine description file
Compiler version: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g
libc version:
Relocating allocator for buffers: no
GNU version of malloc: no
- The GNU allocators don't work with this system configuration.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Databases:
Compiling in support for Berkeley database.
Compiling in support for DBM.
Compiling in support for LDAP.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new incremental garbage collector and the new allocator.
Using POSIX sigaction() to install fault handler.
Using the new portable dumper.
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
--
Marcus
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.5-b28] dired decode setting get confused after gnus run
15 years, 10 months
FKtPp
================================================================
Dear Bug Team!
I find that dired buffer decode setting will get confused whenever I
finished reading news with gnus.
Step to reproduce this bug:
1. open a dired buffer on directory contains some file with Chinese in
their filename.
=> Chinese characters get properly displayed (chinese-gb2312) in the dired buffer
2. kill the buffer, and run gnus by running `M-x gnus <RET>'
3. quit gnus by typing `q'
4. re-open dired on the same direcotry (with those chinese-files)
=> Chinese characters get garbled (displayed in latin-iso8859-1)
Maybe you can also reproduce this by using some file with
japanese/korean characters in their filename.
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux workhard 2.6.24-1-amd64 #1 SMP Fri Apr 18 23:08:22 UTC 2008 x86_64 GNU/Linux
../configure '--with-athena=3d' '--with-xft=emacs,nomenubars,notabs,nogauges' '--with-mule' '--with-kkcc' '--with-newgc' '--with-pdump' '--with-dump-in-exec'
XEmacs 21.5-b28 "fuki" c32b3d10c56b configured for `x86_64-unknown-linux'.
Compilation Environment and Installation Defaults:
Source code location: /home/fktpp/workspace/xemacs
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Not using any machine description file
Compiler version: gcc (GCC) 4.2.3 (Debian 4.2.3-5)
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wunused-parameter -g
libc version: GNU libc 2.7-10 (Debian)
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location:
- X Windows libraries location:
- Handling WM_COMMAND properly.
- Using fontconfig to manage fonts.
- Compiling in support for Xft antialiased fonts (EXPERIMENTAL).
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
- Using Xft to render antialiased fonts in progress bars.
WARNING: This feature will be replaced with a face.
WARNING: This feature not yet implemented; setting ignored.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
WARNING: -----------------------------------------------------------
WARNING: Compiling without PNG image support.
WARNING: You should strongly consider installing the PNG libraries.
WARNING: Otherwise certain images and glyphs may not display.
WARNING: (a copy may be found in ftp://ftp.xemacs.org/pub/xemacs/aux)
WARNING: -----------------------------------------------------------
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new incremental garbage collector and the new allocator.
Using POSIX sigaction() to install fault handler.
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Load-Path Lisp Shadows:
----------------------
(/usr/share/emacs/site-lisp/mercurial
/home/fktpp/.xemacs/xemacs-packages/lisp/vc/mercurial
/home/fktpp/.xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/usr/local/share/xemacs-21.5-b28/lisp/easy-mmode
/home/fktpp/.xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/usr/local/share/xemacs-21.5-b28/lisp/regexp-opt)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : nil
Value of LC_CTYPE : nil
Value of LC_MESSAGES : nil
Value of LC_MONETARY : nil
Value of LC_NUMERIC : nil
Value of LC_TIME : nil
Value of LANG : zh_CN.UTF-8
Lisp locale settings:
current-language-environment => "Chinese-GB (UTF-8)"
default-buffer-file-coding-system => utf-8
default-process-coding-system => (undecided . utf-8)
(current-locale) => "zh_CN.UTF-8"
keyboard-coding-system => utf-8
terminal-coding-system => utf-8
(coding-priority-list) =>
(utf-8 iso-8-2 big5 iso-7 utf-16-little-endian-bom utf-16-bom
utf-8-bom no-conversion iso-8-1 iso-8-designate iso-lock-shift
shift-jis utf-16-little-endian utf-16 ucs-4)
Coding system aliases:
'native is aliased to utf-8
'file-name is aliased to binary
'mswindows-multibyte-system-default is not a coding system alias
Installed XEmacs Packages:
-------------------------
(xemacs-devel ver: 1.78 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.17 upstream: No-Upstream-Ver)
(vc ver: 1.45 upstream: No-Upstream-Ver)
(tramp ver: 1.4 upstream: 2.0.56)
(time ver: 1.14 upstream: 1.17)
(text-modes ver: 1.95 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(sh-script ver: 1.24 upstream: 2.0f)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(python-modes ver: 1.1 upstream: 426)
(psgml ver: 1.45 upstream: 1.3.2)
(prog-modes ver: 2.16 upstream: No-Upstream-Ver)
(perl-modes ver: 1.14 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.68 upstream: R-2_9_9)
(os-utils ver: 1.4 upstream: No-Upstream-Ver)
(net-utils ver: 1.56 upstream: N/A)
(mail-lib ver: 1.79 upstream: No-Upstream-Ver)
(ispell ver: 1.32 upstream: 3.6)
(igrep ver: 1.16 upstream: 2.111)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(gnus ver: 1.93 upstream: 5.10.8)
(general-docs ver: 1.05 upstream: No-Upstream-Ver)
(fsf-compat ver: 1.17 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(eshell ver: 1.12 upstream: 2.4.1)
(erc ver: 0.21 upstream: Version 5.1.2 Revision: 1.796.2.6)
(elib ver: 1.13 upstream: 1.0)
(efs ver: 1.34 upstream: 1.24)
(edit-utils ver: 2.39 upstream: No-Upstream-Ver)
(ediff ver: 1.75 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(easypg ver: 1.02 upstream: 0.0.16)
(dired ver: 1.19 upstream: 7.16)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.36 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(bbdb ver: 1.32 upstream: 2.35)
Installed Modules:
-----------------
Features:
--------
(xemacsbug shadow sort gnus-cite smiley annotations mail-extr
gnus-async gnus-bcklg byte-optimize bytecomp byte-compile gnus-ml
disp-table parse-time nnfolder encrypt nndraft nnmh efs-cu nnnil
gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache
spam spam-stat bbdb-com advice advice-preload bbdb timezone hashcash
gnus-uu gnus-msg gnus-art regexp-opt mm-uu mml2015 gpg mm-view
gnus-sum nnoo gnus-group gnus-undo nnmail mail-source format-spec
gnus-start gnus-spec gnus-int gnus-range message mml mml-sec mml-smime
smime dig mm-decode mm-bodies mm-encode mailcap mail-parse rfc2045
rfc2231 rfc2047 qp ietf-drums mail-abbrevs sendmail rfc822 mailheader
canlock sha1 executable hex-util gnus-win gnus gnus-ems gnus-xmas
messagexmas nnheader nnheaderxm gnus-util netrc time-date mail-utils
mm-util mail-prsvr wid-edit view-less view hyper-apropos dired-faces
dired-xemacs dired timer-funcs lazy-lock lazy-shot font-lock gnuserv
vc-hooks vc-xemacs paren mic-paren timer cus-face icomplete jka-compr
china-util xemacs-devel-autoloads xemacs-base-autoloads vc-autoloads
tramp-autoloads time-autoloads text-modes-autoloads texinfo-autoloads
supercite-autoloads sounds-wav-autoloads sounds-au-autoloads
sh-script-autoloads ruby-modes-autoloads python-modes-autoloads
psgml-autoloads prog-modes-autoloads perl-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads os-utils-autoloads
net-utils-autoloads mail-lib-autoloads ispell-autoloads
igrep-autoloads ibuffer-autoloads gnus-autoloads
general-docs-autoloads fsf-compat-autoloads forms-autoloads
footnote-autoloads eterm-autoloads eshell-autoloads erc-autoloads
elib-autoloads efs-autoloads edit-utils-autoloads ediff-autoloads
edebug-autoloads ecrypto-autoloads easypg-autoloads dired-autoloads
debug-autoloads cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads bbdb-autoloads modules-autoloads mule-autoloads
auto-autoloads auto-show fontl-hooks canna-leim tibetan slovenian
czech romanian lao devanagari indian cyrillic code-cmds gutter-items
menubar-items x-menubar mode-motion mouse behavior itimer auto-save
lisp-mode easymenu easy-mmode iso8859-1 page buff-menu lib-complete
loadhist cus-file derived newcomment rsz-minibuf env text-props
fontconfig frame obsolete cus-start custom widget cl-extra cl cl-19
packages backquote unicode font-mgr lucid-scrollbars cut-buffer
xft-fonts lucid-menubars athena-dialogs x c-balloon-help tty-frames
tty toolbar native-sound scrollbar unix-processes multicast
network-streams subprocesses modules menu-accelerator-support menubar
berkeley-db md5 xemacs xim mule gutter tiff gif jpeg xpm xbm
lisp-float-type file-coding linux dialog devices window-system base64)
Recent keystrokes:
-----------------
button1 button1up M-x C-g C-h v d i r e d - l s - l
o c a l C-g C-x d RET C-h v d i r e d - l s - l o RET
C-x 0 C-p C-p C-p C-p C-n M-m C-h C-g C-x = M-x C-g
M-x g n u s RET C-n SPC q q y C-x k RET C-x d w o r
k s TAB RET M-x r e p o r TAB x e m TAB RET
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Reading directory /home/fktpp/workspace/...done
Reading directory /home/fktpp/workspace/...
Saving /home/fktpp/.newsrc.eld...done
Wrote /home/fktpp/.newsrc.eld
Saving /home/fktpp/.newsrc.eld...
Are you sure you want to quit reading news? (y or n) Yes
Are you sure you want to quit reading news? (y or n)
No more unread newsgroups
Marking spam as expired without moving it
Marking spam as expired and moving it to nntp+news.gmane.org:gmane.os.solaris.opensolaris.indiana
Registering 0 articles with classification spam, check spam-use-gmane
Exiting summary buffer and applying spam rules
Loading gnus-cite...done
Loading gnus-cite...
Loading smiley...done
Loading smiley...
Loading mail-extr...done
Loading mail-extr...
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: [Python-mode] Unadmin myself
15 years, 10 months
Barry Warsaw
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Jan 18, 2009, at 11:47 AM, skip(a)pobox.com wrote:
> I'm going to stop pretending I'm contributing anything to python-mode
> development. I simply don't have the time or the Emacs Lisp
> expertise to do
> any of what needs doing these days.
>
> I not too long ago synced the latest python-mode into the XEmacs
> chain so
> that should be up-to-date, but I'm sure with the current thrust to
> see where
> python.el and python-mode.el can be merged there will be changes to
> be made
> there in the near future.
>
> All the best,
Don't underestimate your contributions Skip, or our/my appreciation of
it! I totally understand the need to move on though. Again, thanks!
Barry
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
iQCVAwUBSXNegXEjvBPtnXfVAQJj2wP/fPEklBYde/mqySDQLSRxN63b0OVpXZ5d
tGMbjEin7huYSP1tCPUj40Z0P1edBiTZ8N3gJqFJrxh4xPv5bxRrd9TP2nwSAD4w
r41Ixd3KK7aUuDjkOvOkLLvaT8aMjW6a/Wd9SeL5Pkso6JovSdMCA71sdFLEjpEa
tSW0jFx0pkc=
=ON/s
-----END PGP SIGNATURE-----
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
how to use ttf fonts in xemacs 21.5.28
15 years, 10 months
Uwe Brauer
Hello
Now the compilation with
./configure --with-mule --with-xim --with-xfs=emacs --with-xim
worked but I can't use True Type fonts.
- I see that there are 2 types of true fonts, the ones which
xfontsel finds like purisa
- and others I installed later in /usr/share/fonts
with
sudo cp /home/user/Desktop/*.ttf /usr/share/fonts/myfonts/
and refresh your font cache like this:
sudo fc-cache -f
The first ones are listed in options-->fonts (in both I must say 21.4.21
and 21.5.28) however in both cases Purisa is not highlighted and cannot
be selected this way,
Also
(set-face-font 'default "-*-purisa-*-*-*-*-*-*-*-*-*-*")
Does not work. So I am puzzled, I don't know who, mentioned that he uses
ttf fonts for a while, how?
Thanks and regards
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Subject: [Bug: 21.4.21] crash on 'edit faces'
15 years, 10 months
Nacho Mayorga
Dear Bug Team!
Whenever I try to Edit Faces (either "Options > Edit Faces" or
"Options > Advanced (Customize) > Face") XEmacs crashes.
Please, find below the messages sent to the standard output (when
running xemacs from the terminal or console):
_________________________________________________________________________
nmayorga@elemmire:~$ xemacs &
[1] 13314
nmayorga@elemmire:~$
Gtk-WARNING **: Failed to load module "libgail.so": libgail.so: cannot open
shared object file: No such file or directory
Gtk-WARNING **: Failed to load module "libatk-bridge.so": libatk-bridge.so:
cannot open shared object file: No such file or directory
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 13503 error_code 8 request_code 62 minor_code 0
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb79d87c7]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb79d896e]
#2 /usr/lib/libX11.so.6 [0xb7d9a619]
#3 /usr/lib/libX11.so.6(XChangeKeyboardControl+0x29) [0xb7d6cfc9]
#4 /usr/lib/libX11.so.6(XAutoRepeatOn+0x33) [0xb7d6c9c3]
#5 /usr/lib/libgdk-1.2.so.0(gdk_key_repeat_restore+0x2c) [0xb7e9a33c]
#6 /usr/lib/libgdk-1.2.so.0 [0xb7e9b30f]
#7 /lib/tls/i686/cmov/libc.so.6(exit+0x89) [0xb7a31d69]
#8 /usr/lib/libgdk-1.2.so.0 [0xb7e9b4d1]
#9 /usr/lib/libX11.so.6(_XError+0x109) [0xb7d92ef9]
#10 /usr/lib/libX11.so.6 [0xb7d9afe8]
#11 /usr/lib/libX11.so.6(_XEventsQueued+0x55) [0xb7d9b985]
#12 /usr/lib/libX11.so.6(XCheckIfEvent+0x117) [0xb7d6d247]
#13 xemacs [0x80cdfc8]
#14 xemacs(check_quit+0x2f) [0x81a6c6f]
#15 xemacs(internal_equal+0x7d) [0x81389bd]
#16 xemacs [0x814d133]
#17 xemacs [0x80be61c]
#18 xemacs(internal_catch+0x99) [0x80bd669]
#19 xemacs(call_with_suspended_errors+0x17a) [0x80c295a]
_________________________________________________________________________
I've installed all the (ubuntu) packages related to libgail or libatk but it
has made no difference, so I will appreciate any help on this issue.
Thanks in advance,
Nacho Mayorga
P.S. Please, feel free to contact me if you needed any more information.
P.P.S. As you have already seen, I've copied the Help > Send Bug stuff into
a gmail message ;-)
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux palmer 2.6.24-15-server #1 SMP Tue Apr 8 01:08:17 UTC 2008
i686 GNU/Linux
./configure '--with-sound=none,native' '--with-x11' '--extra-verbose'
'--with-site-lisp' '--with-database=berkdb' '--statedir=/var/lib'
'--infodir=/usr/share/info/xemacs21' '--infopath=/usr/share/info/xemacs21'
'--prefix=/usr' '--dynamic' '--error-checking=none' '--debug=no'
'--with-pop' '--with-file-coding' '--pdump' '--with-system-malloc'
'--with-gtk' '--docdir=/usr/lib/xemacs-21.4.21/i486-linux-gnu/gnome-mule/'
'--with-mule' '--with-canna=no' '--with-wnn=no' '--with-xim=xlib'
'--with-xfs'
'--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages::/usr/share/xemacs21/site-packages:/usr/share/xemacs21/mule-packages:/usr/share/xemacs21/xemacs-packages'
'i486-linux-gnu'
XEmacs 21.4.21 "Educational Television" configured for `i486-pc-linux'.
Compilation / Installation:
Source code location: /build/buildd/xemacs21-21.4.21
Installation prefix: /usr
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O2 -g -Wall
Compiler version: gcc (Ubuntu 4.3.1-8ubuntu1) 4.3.1
Compiler specs file: specs.
Relocating allocator for buffers: no
GNU version of malloc: no
- User chose not to use GNU allocators.
Need to guess glibc1/2/etc here
Window System:
Using GTK menubars.
Using GTK scrollbars.
Using GTK dialog boxes.
Using GTK native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for file coding.
- Using XFontSet to provide bilingual menubar.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new portable dumper.
Load-Path Lisp Shadows:
----------------------
(/usr/share/xemacs21/site-lisp/a2ps/a2ps-print
/usr/share/xemacs21/site-lisp/a2ps/a2ps-print
/usr/share/xemacs21/site-lisp/a2ps/a2ps
/usr/share/xemacs21/site-lisp/a2ps/a2ps
/usr/share/xemacs21/site-lisp/dictionaries-common/debian-ispell
/usr/share/xemacs21/site-lisp/dictionaries-common/debian-ispell
/usr/share/xemacs21/site-lisp/dictionaries-common/ispell
/usr/share/xemacs21/site-lisp/dictionaries-common/ispell
/usr/share/xemacs21/site-lisp/dictionaries-common/flyspell
/usr/share/xemacs21/site-lisp/dictionaries-common/flyspell
/usr/share/xemacs21/site-lisp/latex-cjk-common/cjk-enc
/usr/share/xemacs21/site-lisp/latex-cjk-common/cjk-enc
/usr/share/xemacs21/site-lisp/latex-cjk-common/cjktilde
/usr/share/xemacs21/site-lisp/latex-cjk-common/cjktilde
/usr/share/xemacs21/site-lisp/latex-cjk-common/cjkspace
/usr/share/xemacs21/site-lisp/latex-cjk-common/cjkspace
/usr/share/xemacs21/site-lisp/latex-cjk-thai/thai-word
/usr/share/xemacs21/site-lisp/latex-cjk-thai/thai-word
/usr/share/xemacs21/site-lisp/debian-startup
/usr/share/emacs/site-lisp/debian-startup
/usr/share/xemacs21/site-lisp/toolbar-fancy/toolbar-fancy
/usr/share/xemacs21/site-lisp/toolbar-fancy/toolbar-fancy
/etc/emacs/site-start
/usr/share/xemacs21/site-packages/lisp/site-start
/usr/share/xemacs21/site-lisp/dictionaries-common/ispell
/usr/share/xemacs21/xemacs-packages/lisp/ispell/ispell
/usr/share/xemacs21/site-lisp/dictionaries-common/flyspell
/usr/share/xemacs21/xemacs-packages/lisp/text-modes/flyspell
/usr/share/xemacs21/xemacs-packages/lisp/build/build-report
/usr/lib/xemacs-21.4.21/lisp/build-report
/usr/share/xemacs21/site-lisp/gnuserv/gnuserv
/usr/lib/xemacs-21.4.21/lisp/gnuserv)
Installed XEmacs Packages:
-------------------------
(toolbar-fancy ver: 0.07000000000000001 upstream: regular)
(zenirc ver: 1.16 upstream: 2.112)
(xwem ver: 1.22 upstream: lg(a)xwem.org--2005/xwem--main--2.1--versionfix-1)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xlib ver: 1.14 upstream: lg(a)xwem.org--2005/xlib--main--2.1--version-0)
(xetla ver: 1.01 upstream: steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.75 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.1 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.33 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.55 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.22 upstream: 3.33.12)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.37 upstream: 2.0.55)
(tpu ver: 1.14 upstream: 4.2X)
(tooltalk ver: 1.15 upstream: No-Upstream-Ver)
(tm ver: 1.38 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.92 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.28 upstream: 0.14beta4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(sml-mode ver: 0.12 upstream: 3.9.5)
(slider ver: 1.15 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.22 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.2 upstream: 1.4.4)
(scheme ver: 1.15 upstream: No-Upstream-Ver)
(sasl ver: 1.16 upstream: 1.14.4)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(riece ver: 1.23 upstream: 3.1.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.08 upstream: No-Upstream-Ver)
(psgml-dtds ver: 1.03 upstream: No-Upstream-Ver)
(psgml ver: 1.44 upstream: 1.3.1)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.1 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.09 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.67 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.39 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(ocaml ver: 0.06 upstream: 3.06)
(net-utils ver: 1.52 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(misc-games ver: 1.19 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.29 upstream: 7.4.2)
(mew ver: 1.19 upstream: 1.94.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.79 upstream: No-Upstream-Ver)
(jde ver: 1.51 upstream: 2.3.3)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 upstream: 5.12.0)
(igrep ver: 1.14 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.16 upstream: 4.18)
(hm--html-menus ver: 1.23 upstream: 5.9)
(haskell-mode ver: 1.11 upstream: 2.1)
(gnus ver: 1.91 upstream: 5.10.8)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.04 upstream: No-Upstream-Ver)
(games ver: 1.17 upstream: 1.04)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.05 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.39 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(eshell ver: 1.1 upstream: 2.4.1)
(escreen ver: 1.01 upstream: 1.16)
(erc ver: 0.21 upstream: Version 5.1.2 Revision: 1.796.2.6)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.11 upstream: 1.0)
(eieio ver: 1.05 upstream: 0.17)
(efs ver: 1.33 upstream: 1.23)
(edt ver: 1.13 upstream: No-Upstream-Ver)
(edit-utils ver: 2.37 upstream: No-Upstream-Ver)
(ediff ver: 1.68 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(docbookide ver: 0.08 upstream: 0.1)
(dired ver: 1.17 upstream: 7.13)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(crisp ver: 1.15 upstream: 1.34)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.32 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(build ver: 1.14 upstream: 2.02)
(bbdb ver: 1.32 upstream: 2.35)
(auctex ver: 1.47 upstream: 11.55)
(apel ver: 1.32 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(Sun ver: 1.16 upstream: No-Upstream-Ver)
(skk ver: 1.23 upstream: 10.62a)
(mule-ucs ver: 1.14 upstream: 0.84)
(mule-base ver: 1.49 upstream: No-Upstream-Ver)
(lookup ver: 1.15 upstream: 1.0)
(locale ver: 1.24 upstream: No-Upstream-Ver)
(leim ver: 1.24 upstream: No-Upstream-Ver)
(latin-unity ver: 1.2 upstream: 1.20)
(latin-euro-standards ver: 1.07 upstream: 1.07)
(egg-its ver: 1.27 upstream: No-Upstream-Ver)
(edict ver: 1.16 upstream: 0.9.9)
Installed Modules:
-----------------
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 font disp-table paren
blink-paren font-lock cus-face bib-cite tex-site advice advice-preload
uniquify toolbar-fancy executable mwheel zenirc-autoloads
xwem-autoloads xslt-process-autoloads xslide-autoloads xlib-autoloads
xetla-autoloads xemacs-devel-autoloads xemacs-base-autoloads
x-symbol-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-cc-autoloads vc-autoloads
tramp-autoloads tpu-autoloads tooltalk-autoloads tm-autoloads
time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads supercite-autoloads strokes-autoloads
speedbar-autoloads sounds-wav-autoloads sounds-au-autoloads
sml-mode-autoloads slider-autoloads sieve-autoloads
sh-script-autoloads sgml-autoloads semantic-autoloads scheme-autoloads
sasl-autoloads ruby-modes-autoloads rmail-autoloads riece-autoloads
reftex-autoloads re-builder-autoloads python-modes-autoloads
psgml-dtds-autoloads psgml-autoloads ps-print-autoloads
prog-modes-autoloads pgg-autoloads perl-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads pc-autoloads os-utils-autoloads
oo-browser-autoloads ocaml-autoloads net-utils-autoloads
mmm-mode-autoloads misc-games-autoloads mine-autoloads mh-e-autoloads
mew-autoloads mailcrypt-autoloads mail-lib-autoloads jde-autoloads
ispell-autoloads ilisp-autoloads igrep-autoloads idlwave-autoloads
ibuffer-autoloads hyperbole-autoloads hm--html-menus-autoloads
haskell-mode-autoloads gnus-autoloads gnats-autoloads
general-docs-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads fortran-modes-autoloads forms-autoloads
footnote-autoloads eudc-autoloads eterm-autoloads eshell-autoloads
escreen-autoloads erc-autoloads emerge-autoloads elib-autoloads
eieio-autoloads efs-autoloads edt-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads ecrypto-autoloads ecb-autoloads
docbookide-autoloads dired-autoloads dictionary-autoloads
debug-autoloads crisp-autoloads cookie-autoloads clearcase-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads build-autoloads bbdb-autoloads auctex-autoloads
apel-autoloads ada-autoloads Sun-autoloads skk-autoloads
mule-ucs-autoloads mule-base-autoloads lookup-autoloads
locale-autoloads leim-autoloads latin-unity-autoloads
latin-euro-standards-autoloads egg-its-autoloads edict-autoloads
lisp-autoloads loadhist auto-show fontl-hooks widgets-gtk dialog-gtk
gtk-file-dialog gtk-password-dialog gtk-iso8859-1 x-iso8859-1 gdk
gtk-ffi slovenian czech romanian ccl mule-help code-cmds gutter-items
menubar-items x-menubar mode-motion mouse itimer auto-save lisp-mode
easymenu iso8859-1 page buff-menu lib-complete cus-file derived frame
text-props obsolete cus-start custom widget cl-extra mini-cl cl cl-19
packages backquote very-early-lisp file-coding mule gtk-scrollbars
gtk-menubars gtk-ui gtk-dialogs gtk tty-frames tty toolbar
native-sound scrollbar unix-processes multicast network-streams
subprocesses modules menu-accelerator-support menubar berkeley-db md5
xemacs gutter tiff png gif jpeg xface xpm xbm lisp-float-type linux
dialog devices window-system base64)
Recent keystrokes:
-----------------
misc-user
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Loading font...done
Loading font...
Paren mode is blink-paren
Loading paren...done
Loading paren...
Loading cus-face...done
Loading cus-face...
Loading advice...done
Loading advice...
Loading 50toolbar-fancy...done
Loading 50toolbar-fancy...
Loading 50python-docutils...done
Loading 50python-docutils...
Loading 50latex-cjk-thai...done
Loading 50latex-cjk-thai...
Loading 50latex-cjk-common...done
Loading cjk-enc...done
Loading cjk-enc...
--
Nacho Mayorga
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: [Bug: 21.4.22] Window height 0 too small (after splitting)
15 years, 10 months
Aidan Kehoe
Ar an fichiú lá de mí Eanair, scríobh Rodney Sparapani:
> It is only happening with .tex files. With -vanilla, that's latex-mode
> and I'm using AucTeX otherwise. So, maybe it is not a problem with
> xemacs stable, but rather those modes (maybe they share an idiom)?
I see the message sometimes under 21.5, in a completely different context; I
visit a folder under VM, leave it open, disconnect from my XEmacs, then half
an hour later (or whenever) I connect to it again using gnuclient, and try
to visit the same VM folder.
I won’t get to look into the aetiology of it this week, but I have a couple
of weeks free from the 31st, I may do it then.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta