Thanks to Jason McBrayer the identica-mode for Emacs now works without problems. The changes on this version are:
- Fixed the “cannot parse” error on malformed XML tags
- Fixed incorrect urls on api calls
- Fixed user pictures not showing up
Again, thanks a lot Jason, with my current elisp skills it would’ve taken me a lot more time to find those bugs you fixed.
One reply on “Identica-mode fixes”
In my machine,
identica-clean-weird-chars
seems to strip all\r
s as well. This causesstring-match
to passnil
toxml-parse-region
inidentica-get-response-body
. Is it because I’m using Windows?