stock-ticker icon indicating copy to clipboard operation
stock-ticker copied to clipboard

Emacs minor mode to show stock information in mode line.

Results 7 stock-ticker issues
Sort by recently updated
recently updated
newest added

Load cl-lib for using 'function*' which is alias of cl-function.

stock-ticker--update: Invalid function: function*

Hi! When i'm enabling the mode, I'm simply getting: `REQUEST [error] Error (error) while connecting to http://query.yahooapis.com/v1/public/yql.` It seems like api has been changed

The current package description (top line of the elisp file) is `;;; stock-ticker.el --- Show stock prices in mode line`. Realizing that this package has been fixed for about five...

An env parameter defined in stock-ticker--update is not currently accessible. If the url is changed to "http://www.datatables.org/alltables.env", then connection error will not happen. Best, Takaaki

Would you like to add stock data list displaying in a separate temporary buffer possibility? Here is the first straightforward implementation: https://github.com/kostafey/stock-ticker/commit/6e6adf536abc63611747557c789794db2fbe4877

Hello, I'm trying to use this package with the .emacs code below in emacs version 27.2 (9.0) MacOSX, ;; ########################################################################################## ;; Stock ticker (add-to-list 'load-path "~/.emacs.d/lisp/stock-ticker/stock-ticker.el") (require 'stock-ticker) ;; start...