Lukasz Wiechec

Results 19 comments of Lukasz Wiechec

...alternatively, the limit can be extended by modifying the `byte-compile-docstring-max-column`

@oliverunger I have similar issue, it looks like this is the default behaviour of `xjc` (if I am wrong here, please correct me). You can still configure `xjc` to generate...

hi, maybe some inspiration can be found [here](https://bitbucket.org/saltnlight5/sandbox/src/4e80e4b4114e/webnotepad/src/main/winstone/WinstoneMain.java?fileviewer=file-view-default) ?

Hi Matthew, I am using the latest version from Melpa (I think): 20150325.911. PS: you have a very nice signature :) Lukasz On Fri, Apr 10, 2015 at 1:09 AM,...

Full debug message when it happens: ``` Debugger entered--Lisp error: (invalid-function semantic-find-tags-by-class) semantic-find-tags-by-class(type (("int_.nato.nc3a.services.common.interceptor" package nil nil #) ("org.apache.cxf.interceptor.LoggingMessage" include nil nil #) ("org.apache.cxf.interceptor.LoggingOutInterceptor" include nil nil #) ("org.slf4j.LoggerFactory" include...

Someone else also reports on Stack Overflow similar problem : http://stackoverflow.com/questions/15223929/eassist-function-tags-invalid-function-semantic-find-tags-by-class

Interestingly, I _do_ have this function defined in my CEDET version. Strange...

Hi, I have something similar: ``` (macro . #[(class &optional table) "ÂÃÄBB E‡" [class table semantic--find-tags-by-macro eq (...)] 4 ("/home/luke/.emacs.d/el-get/cedet/lisp/cedet/semantic/find.elc" . 7881)]) ``` The macro _is_ available; I have no...

@NobodyXu thanks for the info!