09:53 am [lbmango]
[Link] |
Colors I just upgraded to a never version of LJUpdate, and a couple things seeem to have chenged, I'm not wsure where I should be looking this up, so I'm asking here:
1) lj-default-profile and lj-defprofile don't seem to exist anymore. What has replaced them?
2) My colors have all changed. This is fine in LJ:B mode, but in LJ:H mode, since I use a black background, it makes it really hard to read... It's also a little odd that Since all the colors turn to body color in body mode, I can read the header better in body mode than in head mode...
Thanks
|
05:39 pm [nelhage]
[Link] |
Preview and "Disable Auto-Formatting" I'm a total emacs-head, like the rest of you (I assume), so I'm loving
ljupdate. I just have two quick questions...
- Preview — If I'm composing a post using lj-update, is there
any way to submit it so I can view a preview without posting it so
it's publically visible? I suppose I can just mark the post as private
and submit that way, and then make it public when I want to post it,
but built-in support would be nice if it exists - Disable
Auto-Formatting — I like to use the "Disable Auto-Formatting
option" on my posts, so I have better control over the HTML; Does
lj-update support frobbing that bit from emacs? Thanks for
writing this -- it makes posting to LJ much more pleasant :)
|
12:59 pm [lbmango]
[Link] |
filters? With the new filters, or custom friends lists, or whatever they're being called, you can write a post and have it only visible to a specified list. Is there an API for this? does ljupdate work with it?
Alternatively, is there documentation other than emacs help on this?
thanks
|
09:42 pm [hober]
[Link] |
minor updates
Hi, I've applied 13_49's patch and updated the distribution tarball. Share and Enjoy!
Current Location: San Diego, CA Current Mood: pleased Tags: elisp, emacs, ljupdate
|
05:30 am [xah_lee]
[Link] |
compile failer am trying to install ljupdate.
in the compliation step, i get:
xahg5:~/Documents/emacs/ljupdate xah$ make Cannot open load file: /Applications/Emacs.app/Contents/MacOS/libexec/fns-21.2.1.el Perhaps you should specifcy LOAD_PATH to make? (e.g. "gmake LOAD_PATH=~/elisp".) Please see README for compilation instructions. make: *** [lj-acct.elc] Error 1 xahg5:~/Documents/emacs/ljupdate xah$
what do i need to do to fix it? i tried "make LOAD_PATH=~/..." on the shell but same error.
Was wondering why using “make” is necessary. If the job is just to compile those lisp files, why not put a lisp expression in the compile section and tell reader to select the region and run Alt+x eval-region?
|
01:43 pm [13_49]
[Link] |
ljupdate + russian (and other non-latin languages, possible) ( Read more... )
|
11:56 am [unknown_lamer]
[Link] |
Picture Name Completion Patch
Greetings, I just spent a couple of minutes and added pcomplete
support for the picture header (just by duplicating the /Community
code). A patch against svn trunk follows.
Index: lj-pcomplete.el
===================================================================
--- lj-pcomplete.el (revision 20)
+++ lj-pcomplete.el (working copy)
@@ -89,6 +89,14 @@
'string-lessp)
nil nil t))
+(defun pcomplete/lj-compose-header-mode/Picture ()
+ "Attempt to complete the Picture header."
+ (pcomplete-here (sort (copy-list (lj-user-get (lj-this-server)
+ (lj-this-user)
+ :pics))
+ 'string-lessp)
+ nil nil t))
+
;; pcomplete support code
(defun lj-pcomplete-parse-header-arguments ()
Current Music: Mirrored Mind (At Meridian) - 05: Against the Light
|
02:09 am [hasimir]
[Link] |
Feature request/query Are there any plans for specifying an alternate userpic in LJUpdate? Which, I suppose, is another way of asking how well does the LJ API support that?
|
12:53 am [hasimir]
[Link] |
http-emacs I finally got around to getting LJUpdate working. I hadn't felt the need with various other clients, but with a new job it's the most appropriate method for ease of posting from work.
The biggest hurdle has been finding a tarball for the http-emacs elisp files, specifically because it is only currently available via CSV. So after grabbing copies from there I made my own tarball and dumped it here. It only needs to be extracted in the relevant site-lisp/ or elisp/ directory for your system.
Since that project appears to have been abandoned, being unmodified since 2004, I don't see any harm in providing it separately from the project page. For the non-*nix users, there's also a zipped copy available.
|
12:38 pm [kaiwei]
[Link] |
Newbie Errors Hi guys,
I've been a longtime livejournal user and newbie emacs one (ntemacs.sf.net). =)
Just installed lj-update following the instructions on the google code's page and when I tried using M-X-lj-ANYTHING, the following error appears.
What gives? Hope you guys can help out a newbie. =)
("C:\\ntemacs22\\bin\\emacs.exe") Loading encoded-kb...done For information about the GNU system and GNU/Linux, type C-h C-p. Loading button...done Loading c:/ntemacs22/lisp/ljupdate/lj-login.el (source)... Loading cl-seq...done load-with-code-conversion: Symbol's value as variable is void: <!DOCTYPE
Cheers,
Josh
|
04:38 pm [fallenpegasus]
[Link] |
"Content rating" for posts So LiveJournal has added content and flagging.
Probaby ljupdate should add support...
|
11:25 am [yrk]
[Link] |
ljupdate savannah page borken? I went to http://www.nongnu.org/ljupdate/, and noticed that the CVS and release download links are all borked.
|
03:38 pm [hober]
[Link] |
lj-edit.el merged; editing past entries now possible
Yo. phuff merged in his patch for editing past entries the other day.
Share and Enjoy!
Current Mood: pleased
|
10:46 am [etfb]
[Link] |
Thoughts and Wishes I've used ljupdate a few times now, and I'm thinking about what it really needs to be utterly perfect for me. This isn't a demand for a rewrite, since I'm only one user, but if anyone feels like taking my ideas and adapting them, feel free. I'll be having a look at the source code myself when time permits; I'm a moderately competent Emacs Lisp programmer, so I think I can make headway.
( Read on for nitpicks and ideas )
Thanks for reading. Again, I'm not meaning to nag or complain, because this tool is already very helpful and far nicer than the default in-browser <textarea>, but it could always be nicer...
|
06:16 pm [kmmbvnr]
[Link] |
ljupdate over proxy with authentification Is there any way to work with ljupdate over squid proxy with authentification?
I have found http-proxy-host and http-proxy-port variables but nothing about authentification.
|
03:20 pm [wnorrix]
[Link] |
Flyspell-mode Integration How can I hook up flyspell-mode to lj-compose?
(add-hook 'lj-compose-hook 'flyspell-mode) does not work..
|
02:25 pm [hober]
[Link] |
ljupdate is now hosted on code.google.com ljupdate is now hosted on Google Code's Project Hosting; here's the project page.
What does this mean for you? You should now use subversion to check out the source, like so:
svn checkout http://ljupdate.googlecode.com/svn/trunk/ ljupdate
Current Mood: pleased
|
01:33 am [fallenpegasus]
[Link] |
Location? How do I make ljupdate set the "Location"? Just manually adding "X-LJ-Location:" to the headers before "--text follows this line--" doesn't do it.
|
11:59 pm [phuff]
[Link] |
lj-edit.el So, I felt an itch. And I scratched.
lj-edit.el can be found here: http://phuff.dsl.xmission.com/lj-edit/lj-edit.el
It's probably really rough, because it's my first real elisp. Suggestions on general technique are welcome.
Basically this file provides code which piggy-backs on ljupdate's compose mode, but let's you edit existing posts.
If you put (require 'lj-edit) in your .emacs you can use the function lj-browse-entries which will pull up the last ten entries of your livejournal. Click on one of them, and it'll fire up lj-compose and populate the buffer properly. Rather than hacking lj-compose-submit, I copied and modified it to become lj-edit-submit, which you'll need to run in order to submit your modifications. I haven't overridden the keymappings or anything, so...
lj-edit-submit could probably really easily be rolled into lj-compose-submit with a tiny patch. I've never used diff/patch before, so I figured I'd go the safe route right now for a proof of concept. I didn't know if anybody would find this useful at all, anyway, so I figured it'd be a little audacious to submit a patch :)
Let me know what you think.
|
06:32 pm [hober]
[Link] |
custom friends group support (re-)implemented Yo. Aiviru bugged me in #emacs about custom friends groups not working, so I went ahead and added them today when I got home from work. One more thing off the TODO list. darcs pull or download the new tarball. Share and Enjoy!
Current Mood: pleased Tags: emacs, ljupdate
|