Contains various wizards for the Emacspeak desktop.
Toggle brightness alert.
Toggle brightness autoblack.
Copy file visited in current buffer to new location. Prompts for the new location and preserves modification time when copying. If location is a directory, the file is copied to that directory under its current name ; if location names a file in an existing directory, the specified name is used. Asks for confirmation if the copy will result in an existing file being overwritten.
Link (hard link) file visited in current buffer to new location. Prompts for the new location and preserves modification time when linking. If location is a directory, the file is copied to that directory under its current name ; if location names a file in an existing directory, the specified name is used. Signals an error if target already exists.
Move to next buffer. With optional interactive prefix arg ‘frame’, move to next frame instead. (fn &optional FRAME)
Move to previous buffer. With optional interactive prefix arg ‘frame’, move to previous frame instead. (fn &optional FRAME)
Switch to this buffer as displayed in a different frame. Emacs allows you to display the same buffer in multiple windows or frames. These different windows can display different portions of the buffer. This is equivalent to leaving a book open at multiple places at once. (fn &optional ARG)
Speak this buffer as displayed in a different frame or window. Emacs allows you to display the same buffer in multiple windows or frames. These different windows can display different portions of the buffer. This is equivalent to leaving a book open at places at once. This command allows you to listen to the places where you have left the book open. (fn WINDOW)
Link (symbolic link) file visited in current buffer to new location. Prompts for the new location and preserves modification time when linking. If location is a directory, the file is copied to that directory under its current name ; if location names a file in an existing directory, the specified name is used. Signals an error if target already exists.
Browse BBC Schedule from get_iplayer radio cache. Bug: First run fails to bind keys. Works on subsequent runs.
Cleans up duplicates in shell path env variable.
Manipulate a simple color wheel and display the name and shade of the resulting color. Prompts for a color from which to start exploration. Keyboard Commands During Interaction: Up/Down: Increase/Decrement along current axis using specified step-size. =: Set value on current axis to number read from minibuffer. Left/Right: Switch color axis along which to move. b/f: Quit wheel after setting background/foreground color to current value. n: Read color name from minibuffer. c: Complement current color. s: Set stepsize to number read from minibuffer. q: Quit color wheel, after copying current hex value to kill-ring. (fn START)
Move to the end of current word and add a comma.
Count slides starting from point. (fn START END)
move to end of word (fn ARG)
Return list of commands whose names match pattern. (fn PATTERN)
Enumerate faces matching pattern. (fn PATTERN)
Enumerate unadvised commands matching pattern. Optional interactive prefix arg ‘bound’ filters out commands that dont have an active key-binding. (fn PATTERN &optional BOUND)
utility function to enumerate possibly old, obsolete maps that we have still mapped to voices.
Enumerate unmapped faces matching pattern. (fn &optional PATTERN)
Speak line using espeak polyglot wizard.
Speak region using ESpeak polyglot wizard. (fn START END)
Speak string in lang via ESpeak. Lang is obtained from property ‘lang’ on string, or via an interactive prompt. (fn STRING)
Update exec-path from shell path.
Read key-sequence, then execute its command on a new thread. (fn KEY)
Find shortest line in region. Moves to the shortest line when called interactively. (fn START END)
Display frame’s foreground/background color setting.
Return list consisting of city and region_name. Optional interactive prefix arg reverse-geocodes using Google Maps. (fn &optional REVERSE-GEOCODE)
Generate declare-function call for function ‘f’. Optional interactive prefix arg ext says this comes from an external package. (fn F &optional EXT)
If you define a file local variable called ‘emacspeak-occur-pattern’ that holds a regular expression that matches lines of interest, you can use this command to run ‘how-many’ to count matching header lines. With interactive prefix arg, prompts for and remembers the file local pattern. (fn START END &optional PREFIX)
Run Lacheck on current buffer.
Display MLB standings as of today. Optional interactive prefix arg shows unprocessed results. (fn &optional RAW)
Enumerate uncovered commands from module m (fn M)
Speaks a chunk of text bounded by point and a target position. Target position is specified using a navigation command and a count that specifies how many times to execute that command first. Point is left at the target position. Interactively, command is specified by pressing the key that invokes the command. (fn COMMAND COUNT)
Display NBA standings as of today. Optional interactive prefix arg shows unprocessed results. (fn &optional RAW)
Navigate to and speak next ‘bullet’.
Move point to the next interactive defun
Display weather using NOAA Weather API. Address is a string and can include house-number, street name, city and zip. Data is retrieved only once, subsequent calls switch to previously displayed results. Kill that buffer or use an interactive prefix arg (C-u) to get new data. Optional second interactive prefix arg (C-u C-u) asks for location address; Default is to display weather for ‘gmaps-my-address’. (fn &optional ASK)
If you define a file local variable called ‘emacspeak-occur-pattern’ that holds a regular expression that matches header lines, you can use this command to run ‘occur’ to find matching header lines. With prefix arg, prompts for and sets value of the file local pattern. (fn &optional PREFIX)
Navigate to and speak previous ‘bullet’.
Prompt for foreground and background colors.
Run Emacs ‘shell’ command when not in a shell buffer, or when called with a prefix argument. When called from a shell buffer, switches to ‘next’ shell buffer. When called from outside a shell buffer, find the most ‘appropriate shell’ and switch to it. Once switched, set default directory in that target shell to the directory of the source buffer. (fn &optional PREFIX)
Switch to shell buffer by key. This provides a predictable means for switching to a specific shell buffer. When invoked from a non-shell-mode buffer that is a dired-buffer or is visiting a file, invokes ‘cd ’ in the shell to change to the. value of ‘default-directory’ When already in a shell buffer, interactive prefix arg ‘prefix’ causes this shell to be re-keyed if appropriate — see M-x emacspeak-wizards-shell-re-key for an explanation of how re-keying works. (fn &optional PREFIX)
Set current directory to this shell’s initial directory if one was defined. If not in a shell buffer, switch to our Home shell buffer. With interactive prefix-arg, change this shell’s project directory to the current directory. (fn &optional PREFIX)
Show properties of face. (fn FACE)
Convenience command to view state of memory used in this session so far.
Display colors in palette. Prompts for a color palette variable as used in the modus theme and its variants, and pops to a buffer that describes the colors used in that palette. (fn PALETTE)
Speak ISO date-time. (fn ISO)
Tie the next n words. (fn N)
Toggle pronunciation of mm-dd-yyyy dates.
Toggle pronunciation of yyyy-mm-dd dates.
Toggle pronunciation of yyyymmdd dates.
Major mode for interactively viewing virtual console contents. Key Binding ——————————————————————————- C-l emacspeak-wizards-vc-viewer-refresh In addition to any hooks its parent mode ‘special-mode’ might have run, this mode runs the hook ‘emacspeak-wizards-vc-view-mode-hook’, as the final or penultimate step during initialization.
Refresh view of VC we’re viewing.
Set to T to automatically turn display black.
Default Value:
nil
File holding telephone directory. This is just a text file, and we use grep to search it.
Default Value:
"/home/raman/.emacspeak/tel-dir"
options to Command for running pdftotext.
Default Value:
"-layout"
Project shells, a list of shell-name/initial-directory pairs.
Default Value:
nil
Name of remote workstation.
Default Value:
""
Tramp locations used by Emacspeak tramp wizard. Locations added here via custom can be opened using command emacspeak-wizards-tramp-open-location bound to C-x @@ h C-t.
Default Value:
nil