Commit Graph

18 Commits

Author SHA1 Message Date
Sergei Nosov a7679c7003 use position-bytes function to get the byte offset
The position-bytes function is the correct way to get byte offset for an
UTF-8 encoded source file. Probably, it still won't work for UTF-16 and
UTF-32, but at least it fixes the UTF-8.
2014-08-11 12:18:39 +04:00
tsukimizake 0f2fc68fcf Very little fix
use value instead of hand-written literal, and move page-break.
2014-08-09 15:59:11 +09:00
tsukimizake 2f562df1fd Update README.md
Add yas-minor-mode-on and call "auto-complete-mode" in "add-hook" , instead of "add-to-list 'd-modes"
2014-08-09 15:49:20 +09:00
Hackerpilot 8dcdcf2338 Implement @tsukimizake's change to fix #153; also removes 0xFF bytes from the file 2014-08-08 16:53:41 -07:00
Atila Neves 46b3370913 Fix issue #135: 'Emacs temporary files cause DCD to crash'. dcd-server now ignores files starting with '.#' 2014-08-03 16:59:36 +02:00
tsukimizake fb06673ad3 Add struct call tip expansion and error handler 2014-07-13 14:53:45 +09:00
tsukimizake 4c6b5ab00d Update README.md
Update setup example and TODO
2014-07-13 14:49:09 +09:00
tsukimizake a6f18442d5 Bug fix
Fix bug of calltip expansion.
Fix bug of show document.
2014-07-04 20:33:46 +09:00
tsukimizake 21961bbc6f Add recommended package, update setup example 2014-07-04 20:31:23 +09:00
tsukimizake 8c740965dc Goto definition support, bug fix 2014-06-25 19:16:05 +09:00
tsukimizake 337efaa303 Update README.md 2014-06-25 19:13:57 +09:00
tsukimizake 6b8fcaad56 Update README.md 2014-06-24 20:05:57 +09:00
tsukimizake e8bf515769 complete calltips, show doc support 2014-06-24 19:57:35 +09:00
tsukimizake 7105345766 Update README.md
Fix setting example
2014-06-18 21:26:15 +09:00
tsukimizake 1af4592911 server starts automatically, user can configure port number, and so on. 2014-06-18 21:20:31 +09:00
Hackerpilot ad8c5d36a0 Update README.md
Typo
2013-08-11 07:39:17 +00:00
John 77c0dab47e First cut at emacs auto-complete support 2013-08-09 20:39:57 -05:00
Hackerpilot 974d3dc3ba A lot of progress 2013-08-08 23:31:25 +00:00