File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 7171 (ess-help-sec-keys-alist . ess-help-STA-sec-keys-alist)
7272 (ess-loop-timeout . 500000 )
7373 (ess-object-name-db-file . " ess-sta-namedb.el" )
74- (ess-help-web-search-command . " https://www.stata.com/search/?q=%s&restrict=&btnG=Search&client=stata&num=&output=xml_no_dtd&site=stata&ie=&oe=UTF-8&sort=&proxystylesheet=stata" )
7574 (inferior-ess-program . inferior-STA-program)
7675 (inferior-ess-objects-command . " describe\n " )
7776 (inferior-ess-help-command . " help %s\n " ) ; ; assumes set more off
8887 (ess-load-command . " run \" %s\"\n " ))
8988 " Variables to customize for Stata." )
9089
90+ (cl-defmethod ess--help-web-search-override (cmd &context (ess-dialect " stata" ))
91+ " Browse the web for documentation about CMD in Stata."
92+ (browse-url
93+ (format
94+ " https://www.stata.com/search/?q=%s&restrict=&btnG=Search&client=stata&num=&output=xml_no_dtd&site=stata&ie=&oe=UTF-8&sort=&proxystylesheet=stata"
95+ cmd)))
9196
9297;;;### autoload
9398(define-derived-mode ess-stata-mode ess-mode " ESS[STA]"
You can’t perform that action at this time.
0 commit comments