[Python-mode] Displaying symbols in customization buffer

2015-03-13 Thread Andreas Röhler
Hi Barry, hi all, currently most of symbols in customization buffer get splitted, resulting parts are capitalized. Would prefer to display it with real name, which permits searching it. Any opinion about that? Cheers, Andreas ___ Python-mode mailin

Re: [Python-mode] Displaying symbols in customization buffer

2015-03-13 Thread Barry Warsaw
On Mar 13, 2015, at 03:51 PM, Andreas Röhler wrote: >currently most of symbols in customization buffer get splitted, resulting >parts are capitalized. > >Would prefer to display it with real name, which permits searching it. > >Any opinion about that? Isn't that just how customize works in Emacs

Re: [Python-mode] Displaying symbols in customization buffer

2015-03-13 Thread Barry Warsaw
On Mar 13, 2015, at 07:54 PM, Andreas Röhler wrote: >Currently it looks strange - see attachment. Agreed, but what can python-mode do about that? It's just the way Emacs' customize feature works. Cheers, -Barry pgp_YIuWqysRh.pgp Description: OpenPGP digital signature

Re: [Python-mode] Displaying symbols in customization buffer

2015-03-13 Thread Andreas Röhler
On 13.03.2015 22:16, Barry Warsaw wrote: On Mar 13, 2015, at 07:54 PM, Andreas Röhler wrote: Currently it looks strange - see attachment. Agreed, but what can python-mode do about that? writing something like :tag "my-correct-py-symbol-name" in defcustom Cheers, Andreas ___

Re: [Python-mode] Displaying symbols in customization buffer

2015-03-13 Thread Barry Warsaw
On Mar 13, 2015, at 10:37 PM, Andreas Röhler wrote: >writing something like > >:tag "my-correct-py-symbol-name" > >in defcustom I kind of wish Emacs did this by default, but that's a different discussion for a different forum. ;) Is it more helpful to python-mode users to add the tag or more co