Skip to content

Commit

Permalink
twittering-status-format' is defined with %FILL{...}' and `%T'.
Browse files Browse the repository at this point in the history
* twittering-mode.el (twittering-status-format): use '%FILL{...}'
and '%T' for the default value instead of '%t'.
  • Loading branch information
cvmat committed Jan 12, 2010
1 parent c63692e commit 287ef1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -16,6 +16,9 @@
specifier "%FILL{...}", which applies `fill-region-as-paragraph'
to the strings in braces.

* twittering-mode.el (twittering-status-format): use '%FILL{...}'
and '%T' for the default value instead of '%t'.

2010-01-12 Yuto Hayamizu <y.hayamizu@gmail.com>

* test/run-test.sh (exit_status): add 'emacs' command to test
Expand Down
4 changes: 2 additions & 2 deletions twittering-mode.el
Expand Up @@ -147,9 +147,9 @@ tweets received when this hook is run.")
(defvar twittering-jojo-mode nil)
(make-variable-buffer-local 'twittering-jojo-mode)

(defvar twittering-status-format "%i %s, %@:\n %t // from %f%L%r%R"
(defvar twittering-status-format "%i %s, %@:\n%FILL{ %T // from %f%L%r%R}"
"Format string for rendering statuses.
Ex. \"%i %s, %@:\\n %t // from %f%L%r%R\"
Ex. \"%i %s, %@:\\n%FILL{ %T // from %f%L%r%R}\"
Items:
%s - screen_name
Expand Down

0 comments on commit 287ef1f

Please sign in to comment.