File: BUGS

package info (click to toggle)
artist 1.1beta1-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 308 kB
  • ctags: 334
  • sloc: lisp: 3,369; sh: 198; makefile: 96
file content (21 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
The list of known bugs.

$Id: BUGS,v 1.3 1998/04/20 23:19:32 tab Exp $

Severity: A=Serious, B=workaround exists, C=minor fault
Priorities: H=high, M=medium, L=low

A ?	Many, probably
A L	Argument parsing for extra arguments to `figlet' is not done
	correctly when it comes to arguments that contain
	spaces. For example, the extra argument ``"-ddir with spaces"''
	will be split in tree arguments: ``"-ddir'', ``with'' and
	``spaces"''. There is currently no way around it.
----
B L	The shifted operations are not available when drawing with the
	mouse in GNU Emacs 19.29 and 19.30.
----
C L	It is not possible to change between shifted and unshifted
	operation while drawing with the mouse, for example, while
	drawing a line it is not possible to switch to drawing a
	straight line by just pressing the shift key.